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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 5dfeabe2..e2add369 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -126,10 +126,10 @@
// Version number
-#define CEDAR_VER 436
+#define CEDAR_VER 437
// Build Number
-#define CEDAR_BUILD 9754
+#define CEDAR_BUILD 9758
// Beta number
//#define BETA_NUMBER 3
@@ -149,11 +149,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2021
-#define BUILD_DATE_M 6
-#define BUILD_DATE_D 7
-#define BUILD_DATE_HO 21
-#define BUILD_DATE_MI 29
-#define BUILD_DATE_SE 54
+#define BUILD_DATE_M 8
+#define BUILD_DATE_D 16
+#define BUILD_DATE_HO 0
+#define BUILD_DATE_MI 27
+#define BUILD_DATE_SE 11
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)