Version bump.

This commit is contained in:
con
2009-10-29 17:15:55 +01:00
parent 2be0845c74
commit 008168838f
34 changed files with 127 additions and 127 deletions

View File

@@ -1,4 +1,4 @@
<plugin name="Core" version="1.2.93" compatVersion="1.2.93">
<plugin name="Core" version="1.2.94" compatVersion="1.2.94">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>

View File

@@ -35,7 +35,7 @@ namespace Constants {
#define IDE_VERSION_MAJOR 1
#define IDE_VERSION_MINOR 2
#define IDE_VERSION_RELEASE 93
#define IDE_VERSION_RELEASE 94
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)