diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2020-08-11 22:35:12 +0100 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2020-08-11 22:35:12 +0100 |
commit | 3ac113857071fc1f225b2e1b42547269e568c6b7 (patch) | |
tree | 8b28dd9c44a0d3c7ab8187cd8d8f19d47591d813 /Version.h | |
parent | 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (diff) |
New upstream version 2.2.4.4
Diffstat (limited to 'Version.h')
-rwxr-xr-x | Version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Version.h b/Version.h new file mode 100755 index 0000000..c345541 --- /dev/null +++ b/Version.h @@ -0,0 +1,9 @@ +#ifndef VERSIONUC_H
+#define VERSIONUC_H
+
+/// \brief the version
+#define ULTRACOPIER_VERSION "2.2.4.4"
+/// \brief the windows version
+#define ULTRACOPIER_WINDOWS_VERSION 2,2,4,4
+
+#endif // VARIABLE_H
|