summaryrefslogtreecommitdiff
path: root/Variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Variable.h')
-rw-r--r--Variable.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Variable.h b/Variable.h
index bd90181..f1eb2d8 100644
--- a/Variable.h
+++ b/Variable.h
@@ -7,14 +7,16 @@
#define VARIABLE_H
/// \brief Un-comment this next line to put ultracopier in debug mode
+#ifndef ULTRACOPIER_NODEBUG
#define ULTRACOPIER_DEBUG
+#endif
#define ULTRACOPIER_DEBUG_MAX_GUI_LINE 50000 ///< \brief Max number of ligne show on the GUI
#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.6"
+#define ULTRACOPIER_VERSION "1.4.0.8"
/// \brief the windows version
-#define ULTRACOPIER_WINDOWS_VERSION 1,4,0,6
+#define ULTRACOPIER_WINDOWS_VERSION 1,4,0,8
// define if the version is portable or not
////#define ULTRACOPIER_VERSION_PORTABLE
////#define ULTRACOPIER_VERSION_PORTABLEAPPS