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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 558380f9..083770c4 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -135,10 +135,10 @@
// Version number
-#define CEDAR_VER 424
+#define CEDAR_VER 425
// Build Number
-#define CEDAR_BUILD 9652
+#define CEDAR_BUILD 9656
// Beta number
//#define BETA_NUMBER 3
@@ -157,12 +157,12 @@
#endif // BUILD_PLACE
// Specifies the build date
-#define BUILD_DATE_Y 2017
-#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
+#define BUILD_DATE_Y 2018
+#define BUILD_DATE_M 1
+#define BUILD_DATE_D 15
+#define BUILD_DATE_HO 9
+#define BUILD_DATE_MI 33
+#define BUILD_DATE_SE 22
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)