diff options
Diffstat (limited to 'src/UiGuiVersion.h')
-rw-r--r-- | src/UiGuiVersion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UiGuiVersion.h b/src/UiGuiVersion.h index 44a69f9..e01f512 100644 --- a/src/UiGuiVersion.h +++ b/src/UiGuiVersion.h @@ -23,7 +23,7 @@ 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 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" @@ -35,4 +35,4 @@ namespace UiGuiVersion TQString getBuildRevision(); } -#endif // UIGUIVERSION_H +#endif |