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
This commit is contained in:
Dominik Riebeling 2012-02-05 22:06:30 +01:00
parent 001eb3b211
commit 3131dd529e

View file

@ -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__