dynamically replace creator version during build

... instead of running a sed script over a lot of files on each
version increment.
This commit is contained in:
Oswald Buddenhagen
2010-11-01 18:51:20 +01:00
parent e160f071ce
commit 9532d4a345
48 changed files with 241 additions and 321 deletions

View File

@@ -35,9 +35,7 @@
namespace Core {
namespace Constants {
#define IDE_VERSION_MAJOR 2
#define IDE_VERSION_MINOR 1
#define IDE_VERSION_RELEASE 81
#include "ide_version.h"
#define STRINGIFY_INTERNAL(x) #x
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)