diff options
Diffstat (limited to 'src/UiGuiVersion.h')
-rw-r--r--[-rwxr-xr-x] | src/UiGuiVersion.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/UiGuiVersion.h b/src/UiGuiVersion.h index 630702c..44a69f9 100755..100644 --- a/src/UiGuiVersion.h +++ b/src/UiGuiVersion.h @@ -23,17 +23,16 @@ class TQString; // 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 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_REVISION "$Revision: 1070 $" +namespace UiGuiVersion +{ + TQString getBuildDate(); + TQString getBuildRevision(); } -#endif // UIGUIVERSION_H +#endif // UIGUIVERSION_H |