Update version number

Originally committed to SVN as r32.
This commit is contained in:
Fredrik Mellbin 2006-01-28 14:50:13 +00:00
parent 69b1f5988a
commit f22e1825ce
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#ifdef _DEBUG
#define VERSION_STRING _T("v1.08 Beta (debug)")
#define VERSION_STRING _T("v1.10 Beta (debug)")
#else
#define VERSION_STRING _T("v1.09 Beta")
#define VERSION_STRING _T("v1.10 Beta")
#endif