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:
Diffstat (limited to 'src/Cedar/Cedar.h')
-rw-r--r--src/Cedar/Cedar.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/Cedar/Cedar.h b/src/Cedar/Cedar.h
index b857a7d6..11858640 100644
--- a/src/Cedar/Cedar.h
+++ b/src/Cedar/Cedar.h
@@ -61,6 +61,15 @@
// COUNTRIES MIGHT BE RESTRICTED.
//
//
+// SOURCE CODE CONTRIBUTION
+// ------------------------
+//
+// Your contribution to SoftEther VPN Project is much appreciated.
+// Please send patches to us through GitHub.
+// Read the SoftEther VPN Patch Acceptance Policy in advance:
+// http://www.softether.org/5-download/src/9.patch
+//
+//
// DEAR SECURITY EXPERTS
// ---------------------
//
@@ -105,10 +114,10 @@
// Version number
-#define CEDAR_VER 403
+#define CEDAR_VER 404
// Build Number
-#define CEDAR_BUILD 9411
+#define CEDAR_BUILD 9412
// Beta number
//#define BETA_NUMBER 3
@@ -129,10 +138,10 @@
// Specifies the build date
#define BUILD_DATE_Y 2014
#define BUILD_DATE_M 1
-#define BUILD_DATE_D 7
-#define BUILD_DATE_HO 4
-#define BUILD_DATE_MI 51
-#define BUILD_DATE_SE 30
+#define BUILD_DATE_D 15
+#define BUILD_DATE_HO 17
+#define BUILD_DATE_MI 22
+#define BUILD_DATE_SE 14
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)