diff options
Diffstat (limited to 'src/UiGuiVersion.h')
-rw-r--r-- | src/UiGuiVersion.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/UiGuiVersion.h b/src/UiGuiVersion.h index e01f512..cee8a06 100644 --- a/src/UiGuiVersion.h +++ b/src/UiGuiVersion.h @@ -20,19 +20,9 @@ #ifndef UIGUIVERSION_H #define UIGUIVERSION_H -class TQString; +#include "config.h" // Define the version number here. Update this as the last file before a release. -#define PROGRAM_VERSION 1.2.0 -#define PROGRAM_VERSION_STRING "1.2.0" -#define RESOURCE_VERSION 1, 2, 0, 0 -#define RESOURCE_VERSION_STRING "1,2,0,0\0" -#define PROGRAM_REVISION "$Revision: 1070 $" - -namespace UiGuiVersion -{ - TQString getBuildDate(); - TQString getBuildRevision(); -} +#define PROGRAM_VERSION_STRING "1.2.0-" GIT_HASH #endif |