From 3ac113857071fc1f225b2e1b42547269e568c6b7 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 11 Aug 2020 22:35:12 +0100 Subject: New upstream version 2.2.4.4 --- Variable.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) mode change 100644 => 100755 Variable.h (limited to 'Variable.h') diff --git a/Variable.h b/Variable.h old mode 100644 new mode 100755 index 957530e..7107d0d --- a/Variable.h +++ b/Variable.h @@ -3,26 +3,21 @@ \author alpha_one_x86 \licence GPL3, see the file COPYING */ -#ifndef VARIABLE_H -#define VARIABLE_H +#ifndef VARIABLEUCP_H +#define VARIABLEUCP_H /// \brief Un-comment this next line to put ultracopier in debug mode #ifndef ULTRACOPIER_NODEBUG -#define ULTRACOPIER_DEBUG +////#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.6.1.3" -/// \brief the windows version -#define ULTRACOPIER_WINDOWS_VERSION 1,6,1,3 +//#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 // 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_PLUGIN_ALL_IN_ONE -//#define ULTRACOPIER_MODE_SUPERCOPIER /// \brief define time to update the speed detection update ont the interface (in ms) #define ULTRACOPIER_TIME_INTERFACE_UPDATE 500 @@ -45,6 +40,6 @@ /// \brief to disable plugin support, import and remove #define ULTRACOPIER_PLUGIN_IMPORT_SUPPORT -#define ULTRACOPIER_UPDATER_URL "http://ultracopier-update.first-world.info:10852/updater.txt" +#define ULTRACOPIER_UPDATER_URL "http://cdn.confiared.com/ultracopier-update.first-world.info/updater.txt" #endif // VARIABLE_H -- cgit v1.2.1