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-04-04 21:39:48 +0300
committerdnobori <da.git@softether.co.jp>2015-04-04 21:39:48 +0300
commit7785c41f3881f4527705c808c0e2a8d8a6e6d822 (patch)
treec6ffabafdfbb3ffce85f9c513d564d66912408e0 /src/Cedar/Cedar.h
parent983c19c043ae80ac528c3efb19668c0049817fec (diff)
v4.15-9546-beta
Diffstat (limited to 'src/Cedar/Cedar.h')
-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 550777ab..f5db4b34 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 415
// Build Number
-#define CEDAR_BUILD 9539
+#define CEDAR_BUILD 9546
// 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 4
-#define BUILD_DATE_D 4
-#define BUILD_DATE_HO 0
-#define BUILD_DATE_MI 11
-#define BUILD_DATE_SE 55
+#define BUILD_DATE_D 5
+#define BUILD_DATE_HO 2
+#define BUILD_DATE_MI 54
+#define BUILD_DATE_SE 8
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)