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-03 23:58:09 +0300
committerdnobori <da.git@softether.co.jp>2015-04-03 23:58:09 +0300
commit983c19c043ae80ac528c3efb19668c0049817fec (patch)
tree7650d511ffd102d37954e7ae855e0b94f54138e1 /src/Cedar/Cedar.h
parent18b120e5f747a84d26302ec706f6c1c91d642ace (diff)
v4.15-9539-beta
Diffstat (limited to 'src/Cedar/Cedar.h')
-rw-r--r--src/Cedar/Cedar.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index 5c453329..550777ab 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -138,7 +138,7 @@
#define CEDAR_VER 415
// Build Number
-#define CEDAR_BUILD 9538
+#define CEDAR_BUILD 9539
// Beta number
//#define BETA_NUMBER 3
@@ -158,11 +158,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2015
-#define BUILD_DATE_M 3
-#define BUILD_DATE_D 27
-#define BUILD_DATE_HO 19
-#define BUILD_DATE_MI 32
-#define BUILD_DATE_SE 50
+#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
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)
@@ -941,6 +941,7 @@
#define ERR_VPNGATE_CLIENT 145 // Operation on VPN Gate Client is not available
#define ERR_VPNGATE_INCLIENT_CANT_STOP 146 // Can not be stopped if operating within VPN Client mode
#define ERR_NOT_SUPPORTED_FUNCTION_ON_OPENSOURCE 147 // It is a feature that is not supported in the open source version
+#define ERR_SUSPENDING 148 // System is suspending
////////////////////////////