Bump version from 0.9.1 to 0.9.2

This commit is contained in:
goro
2008-12-18 12:51:08 +01:00
parent 3564c529d0
commit a51b70b51c
26 changed files with 92 additions and 92 deletions

View File

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