diff -r 49a910838042 -r e37153bea487 version.h --- a/version.h Sun Jan 30 12:59:03 2005 +0000 +++ b/version.h Thu Jul 17 09:27:20 2008 +0000 @@ -1,7 +1,16 @@ #ifndef VERSION_H #define VERSION_H -#define __VYM_VERSION__ "1.6.0" -#define __BUILD_DATE__ "January 4, 2005" +#include + +#define __VYM_NAME "VYM" +#define __VYM_VERSION "1.12.1" +#define __VYM_CODENAME "Maintenance Update" +//#define __VYM_CODENAME "Codename: development version" +#define __VYM_BUILD_DATE "2008-07-16" + + +bool checkVersion(const QString &); +bool checkVersion(const QString &, const QString &); #endif