version bump 2.0.91 -> 2.1.81

Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
days, and we'd like to have odd subminor for 'working' and even subminor
numbers for pure cherry-picking release branches anyway.
This commit is contained in:
hjk
2010-09-30 13:49:10 +02:00
parent a75758f082
commit e6dd3ff5f0
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 0
#define IDE_VERSION_RELEASE 91
#define IDE_VERSION_MINOR 1
#define IDE_VERSION_RELEASE 81
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)