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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 3ade9552..2db9f66b 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -123,7 +123,7 @@
#define CEDAR_VER 406
// Build Number
-#define CEDAR_BUILD 9433
+#define CEDAR_BUILD 9435
// Beta number
//#define BETA_NUMBER 3
@@ -144,10 +144,10 @@
// Specifies the build date
#define BUILD_DATE_Y 2014
#define BUILD_DATE_M 3
-#define BUILD_DATE_D 21
-#define BUILD_DATE_HO 13
-#define BUILD_DATE_MI 16
-#define BUILD_DATE_SE 55
+#define BUILD_DATE_D 26
+#define BUILD_DATE_HO 10
+#define BUILD_DATE_MI 52
+#define BUILD_DATE_SE 19
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)