summaryrefslogtreecommitdiffstats
path: root/src/UiGuiVersion.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-08-05 10:54:12 +0900
committerMichele Calgaro <[email protected]>2022-08-05 11:10:14 +0900
commit430373ae38565e0d7f62b8fca0cbad73de73ec7f (patch)
tree670a7322ddd2732c8824b1fb73090b937e2a1f82 /src/UiGuiVersion.h
parentd833de5bbe40d780fe02dc95d1c981a4b1007108 (diff)
downloaduniversal-indent-gui-tqt-430373ae38565e0d7f62b8fca0cbad73de73ec7f.tar.gz
universal-indent-gui-tqt-430373ae38565e0d7f62b8fca0cbad73de73ec7f.zip
Format code using uncrustify
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/UiGuiVersion.h')
-rw-r--r--[-rwxr-xr-x]src/UiGuiVersion.h19
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