summaryrefslogtreecommitdiff
path: root/Variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Variable.h')
-rw-r--r--Variable.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Variable.h b/Variable.h
index 87e0c48..6e16355 100644
--- a/Variable.h
+++ b/Variable.h
@@ -13,12 +13,14 @@
/// \brief Max number of ligne show on the GUI
#define ULTRACOPIER_DEBUG_MAX_GUI_LINE 5000
/// \brief the version
-#define ULTRACOPIER_VERSION "0.3.0.5"
+#define ULTRACOPIER_VERSION "0.3.1.0"
/// \brief the windows version
-#define ULTRACOPIER_WINDOWS_VERSION 0,3,0,5
+#define ULTRACOPIER_WINDOWS_VERSION 0,3,1,0
// define if the version is portable or not
-//#define ULTRACOPIER_VERSION_PORTABLE
-//#define ULTRACOPIER_VERSION_PORTABLEAPPS
+////#define ULTRACOPIER_VERSION_PORTABLE
+////#define ULTRACOPIER_VERSION_PORTABLEAPPS
+// define if the version is ultimate, need change only the name in the code
+//#define ULTRACOPIER_VERSION_ULTIMATE
/// \brief define time to update the speed detection update ont the interface (in ms)
#define ULTRACOPIER_TIME_INTERFACE_UPDATE 500