summaryrefslogtreecommitdiff
path: root/Variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Variable.h')
-rw-r--r--Variable.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Variable.h b/Variable.h
index f1eb2d8..957530e 100644
--- a/Variable.h
+++ b/Variable.h
@@ -14,16 +14,14 @@
#define ULTRACOPIER_DEBUG_MAX_ALL_SIZE 128 ///< \brief Max size (in MB) after the console/file output is dropped
#define ULTRACOPIER_DEBUG_MAX_IMPORTANT_SIZE 150 ///< \brief Max size (in MB) after the console/file important output is dropped
/// \brief the version
-#define ULTRACOPIER_VERSION "1.4.0.8"
+#define ULTRACOPIER_VERSION "1.6.1.3"
/// \brief the windows version
-#define ULTRACOPIER_WINDOWS_VERSION 1,4,0,8
+#define ULTRACOPIER_WINDOWS_VERSION 1,6,1,3
// define if the version is portable or not
////#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
//#define ULTRACOPIER_PLUGIN_ALL_IN_ONE
-//#define ULTRACOPIER_ILLEGAL
//#define ULTRACOPIER_MODE_SUPERCOPIER
/// \brief define time to update the speed detection update ont the interface (in ms)
#define ULTRACOPIER_TIME_INTERFACE_UPDATE 500