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
path: root/src/Cedar
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar')
-rw-r--r--src/Cedar/Cedar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index d08fcb66..ff3811ef 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 413
// Build Number
-#define CEDAR_BUILD 9522
+#define CEDAR_BUILD 9524
// Beta number
//#define BETA_NUMBER 3
@@ -159,10 +159,10 @@
// Specifies the build date
#define BUILD_DATE_Y 2015
#define BUILD_DATE_M 1
-#define BUILD_DATE_D 30
-#define BUILD_DATE_HO 19
-#define BUILD_DATE_MI 27
-#define BUILD_DATE_SE 16
+#define BUILD_DATE_D 31
+#define BUILD_DATE_HO 2
+#define BUILD_DATE_MI 39
+#define BUILD_DATE_SE 17
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)