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-02-02 06:33:23 +0300
committerdnobori <da.git@softether.co.jp>2015-02-02 06:33:23 +0300
commit3305046721262623b768f8f31dc027672a9b29e0 (patch)
tree0028f352b54b2c9e15358d765d5ec081dd1f74ab /src/Cedar/Cedar.h
parentef4c0d58664d4280088f3ef27250b06fd9c8e89e (diff)
v4.13-9525-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 ff3811ef..8fc4afc6 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 413
// Build Number
-#define CEDAR_BUILD 9524
+#define CEDAR_BUILD 9525
// Beta number
//#define BETA_NUMBER 3
@@ -158,11 +158,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2015
-#define BUILD_DATE_M 1
-#define BUILD_DATE_D 31
-#define BUILD_DATE_HO 2
-#define BUILD_DATE_MI 39
-#define BUILD_DATE_SE 17
+#define BUILD_DATE_M 2
+#define BUILD_DATE_D 2
+#define BUILD_DATE_HO 10
+#define BUILD_DATE_MI 28
+#define BUILD_DATE_SE 53
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)