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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 5e7d2249..bda14d47 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 419
// Build Number
-#define CEDAR_BUILD 9577
+#define CEDAR_BUILD 9578
// Beta number
//#define BETA_NUMBER 3
@@ -160,9 +160,9 @@
#define BUILD_DATE_Y 2015
#define BUILD_DATE_M 9
#define BUILD_DATE_D 15
-#define BUILD_DATE_HO 9
+#define BUILD_DATE_HO 14
#define BUILD_DATE_MI 39
-#define BUILD_DATE_SE 23
+#define BUILD_DATE_SE 35
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)