replace version 2.1.80 by 2.0.90

This commit is contained in:
hjk
2010-08-30 10:38:18 +02:00
parent 5d133e248e
commit 63bc8a0050
42 changed files with 152 additions and 152 deletions

View File

@@ -36,8 +36,8 @@ namespace Core {
namespace Constants {
#define IDE_VERSION_MAJOR 2
#define IDE_VERSION_MINOR 1
#define IDE_VERSION_RELEASE 80
#define IDE_VERSION_MINOR 0
#define IDE_VERSION_RELEASE 90
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)