Fixes: - Updated version number

This commit is contained in:
con
2009-02-24 09:22:43 +01:00
parent 27533a4add
commit 523f74e838
29 changed files with 109 additions and 109 deletions

View File

@@ -37,9 +37,9 @@
namespace Core {
namespace Constants {
#define IDE_VERSION_MAJOR 0
#define IDE_VERSION_MINOR 9
#define IDE_VERSION_RELEASE 2
#define IDE_VERSION_MAJOR 1
#define IDE_VERSION_MINOR 0
#define IDE_VERSION_RELEASE 0
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)