1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-02 00:01:33 +03:00

v4.04-9412-rtm

This commit is contained in:
dnobori
2014-01-15 18:01:42 +09:00
parent c32bf3b84f
commit 001fd910fe
536 changed files with 2983 additions and 627 deletions

View File

@ -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)