forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user