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:
authorMykhaylo Yehorov <yehorov@gmail.com>2016-05-04 11:53:35 +0300
committerMykhaylo Yehorov <yehorov@gmail.com>2016-05-04 11:53:35 +0300
commit698babf408789fc74a9ee5fbc693beff7ad01bef (patch)
tree8ba29627cab5b9e653e09bb27a6eca3f2f625cfa /src/Cedar
parent4a3f08e5b8e2094af368654e6f8ba6649f43669c (diff)
parentc0c1b914db8d27fa2f60fb88ee45b032b881aa28 (diff)
merge upstream v4.20-9608-rtm
Diffstat (limited to 'src/Cedar')
-rw-r--r--src/Cedar/Cedar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 000cae18..ae21fc1d 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -135,10 +135,10 @@
// Version number
-#define CEDAR_VER 419
+#define CEDAR_VER 420
// Build Number
-#define CEDAR_BUILD 9605
+#define CEDAR_BUILD 9608
// Beta number
//#define BETA_NUMBER 3
@@ -158,11 +158,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2016
-#define BUILD_DATE_M 3
-#define BUILD_DATE_D 6
+#define BUILD_DATE_M 4
+#define BUILD_DATE_D 17
#define BUILD_DATE_HO 20
-#define BUILD_DATE_MI 11
-#define BUILD_DATE_SE 13
+#define BUILD_DATE_MI 58
+#define BUILD_DATE_SE 26
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)