Skip to content

Commit 05d83a4

Browse files
committed
roll version string over to v0.50a
1 parent a3fb397 commit 05d83a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/interface/control.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ int getclockmillis()
159159
//identification info about engine
160160
std::string enginestr()
161161
{
162-
return "Libprimis v0.49a";
162+
return "Libprimis v0.50a";
163163
}
164164

165165
std::string enginebuilddate()

0 commit comments

Comments
 (0)