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 667584a5..a95e3e1d 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -126,10 +126,10 @@
// Version number
-#define CEDAR_VER 438
+#define CEDAR_VER 439
// Build Number
-#define CEDAR_BUILD 9760
+#define CEDAR_BUILD 9772
// Beta number
//#define BETA_NUMBER 3
@@ -148,12 +148,12 @@
#endif // BUILD_PLACE
// Specifies the build date
-#define BUILD_DATE_Y 2021
-#define BUILD_DATE_M 8
-#define BUILD_DATE_D 17
-#define BUILD_DATE_HO 22
-#define BUILD_DATE_MI 14
-#define BUILD_DATE_SE 6
+#define BUILD_DATE_Y 2022
+#define BUILD_DATE_M 4
+#define BUILD_DATE_D 26
+#define BUILD_DATE_HO 17
+#define BUILD_DATE_MI 40
+#define BUILD_DATE_SE 1
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)