Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Cedar.h')
-rw-r--r--src/Cedar/Cedar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index fc730a57..558380f9 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 424
// Build Number
-#define CEDAR_BUILD 9651
+#define CEDAR_BUILD 9652
// Beta number
//#define BETA_NUMBER 3
@@ -158,11 +158,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2017
-#define BUILD_DATE_M 10
-#define BUILD_DATE_D 23
-#define BUILD_DATE_HO 1
-#define BUILD_DATE_MI 4
-#define BUILD_DATE_SE 19
+#define BUILD_DATE_M 12
+#define BUILD_DATE_D 21
+#define BUILD_DATE_HO 10
+#define BUILD_DATE_MI 34
+#define BUILD_DATE_SE 43
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)