summaryrefslogtreecommitdiffstats
path: root/src/UiGuiVersion.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-08-14 12:53:21 +0900
committerMichele Calgaro <[email protected]>2022-08-14 12:53:21 +0900
commit2ba166d1f8deb93cbd10f0e397c31c531de63189 (patch)
tree3e391cd8dee07ce0b1bc010c99b3a87da8750900 /src/UiGuiVersion.h
parent509cd0aa505df0a93702608575b72f07a97c0139 (diff)
downloaduniversal-indent-gui-tqt-2ba166d1f8deb93cbd10f0e397c31c531de63189.tar.gz
universal-indent-gui-tqt-2ba166d1f8deb93cbd10f0e397c31c531de63189.zip
Fixed UiGuiVersion and argument parsing
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/UiGuiVersion.h')
-rw-r--r--src/UiGuiVersion.h4
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