diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-02-05 22:06:30 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-02-05 22:06:30 +0100 |
commit | 3131dd529e545d1f2720ba12965a4216d8a1565a (patch) | |
tree | f0d7325ee19c92c9ede14f235f3a9db06d62fc6e /rbutil | |
parent | 001eb3b211cc1954a9678f320d0d31056f45bc25 (diff) |
Bump version to 1.2.12.
Remove svn information from the version string as well, since we don't have
this information anymore.
Change-Id: I0055e6cd9e5e6cb1aaf678d91db183f4bc2117fe
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/version.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h index 261096f0d0..a081c19fa6 100644 --- a/rbutil/rbutilqt/version.h +++ b/rbutil/rbutilqt/version.h @@ -26,8 +26,9 @@ // rebuilds because of issues like dependency problems or library updates). // Usually empty. #define BUILDID "" -#define VERSION "1.2.11" BUILDID -#define PUREVERSION "SVN $Revision$" +#define VERSION "1.2.12" BUILDID +// PUREVERSION should identify the build uniquely. Use version string for now. +#define PUREVERSION VERSION -#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__ +#define FULLVERSION VERSION", built "__DATE__" "__TIME__ |