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-03-27 14:52:15 +0300
committerdnobori <da.git@softether.co.jp>2015-03-27 14:52:15 +0300
commit18b120e5f747a84d26302ec706f6c1c91d642ace (patch)
tree78ffdc7e1bbf511901d694710b79ca21bed276e3 /src/Cedar/Cedar.h
parent1f645c981601767d6170c11b4241401fca3815b5 (diff)
v4.15-9538-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 db8f30a9..5c453329 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 415
// Build Number
-#define CEDAR_BUILD 9537
+#define CEDAR_BUILD 9538
// Beta number
//#define BETA_NUMBER 3
@@ -153,16 +153,16 @@
// Specify the location to build
#ifndef BUILD_PLACE
-#define BUILD_PLACE "pc26"
+#define BUILD_PLACE "pc25"
#endif // BUILD_PLACE
// Specifies the build date
#define BUILD_DATE_Y 2015
#define BUILD_DATE_M 3
-#define BUILD_DATE_D 26
-#define BUILD_DATE_HO 16
-#define BUILD_DATE_MI 48
-#define BUILD_DATE_SE 15
+#define BUILD_DATE_D 27
+#define BUILD_DATE_HO 19
+#define BUILD_DATE_MI 32
+#define BUILD_DATE_SE 50
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)