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:
authordnobori <da.git@softether.co.jp>2015-07-26 13:39:40 +0300
committerdnobori <da.git@softether.co.jp>2015-07-26 13:39:40 +0300
commit4b65e251f240d0b36c704acd598f4ceb07c41413 (patch)
tree435325fe0fc3edab8469d36723b14eaf397fdc29 /src/Cedar/Cedar.h
parent860f743dd7c6fa5e481911db608e09a4acdab30e (diff)
v4.18-9570-rtm
Diffstat (limited to 'src/Cedar/Cedar.h')
-rw-r--r--src/Cedar/Cedar.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 1be5df52..78c4192a 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -135,10 +135,10 @@
// Version number
-#define CEDAR_VER 417
+#define CEDAR_VER 418
// Build Number
-#define CEDAR_BUILD 9566
+#define CEDAR_BUILD 9570
// Beta number
//#define BETA_NUMBER 3
@@ -153,16 +153,16 @@
// Specify the location to build
#ifndef BUILD_PLACE
-#define BUILD_PLACE "pc25"
+#define BUILD_PLACE "pc30"
#endif // BUILD_PLACE
// Specifies the build date
#define BUILD_DATE_Y 2015
#define BUILD_DATE_M 7
-#define BUILD_DATE_D 16
-#define BUILD_DATE_HO 21
-#define BUILD_DATE_MI 34
-#define BUILD_DATE_SE 56
+#define BUILD_DATE_D 26
+#define BUILD_DATE_HO 14
+#define BUILD_DATE_MI 59
+#define BUILD_DATE_SE 55
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)