1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-30 07:11:33 +03:00

v4.09-9451-beta

This commit is contained in:
dnobori
2014-06-09 11:57:10 +09:00
parent ea38eef377
commit f75a2c2a12
279 changed files with 303 additions and 272 deletions

View File

@ -120,10 +120,10 @@
// Version number
#define CEDAR_VER 408
#define CEDAR_VER 409
// Build Number
#define CEDAR_BUILD 9449
#define CEDAR_BUILD 9451
// Beta number
//#define BETA_NUMBER 3
@ -144,10 +144,10 @@
// Specifies the build date
#define BUILD_DATE_Y 2014
#define BUILD_DATE_M 6
#define BUILD_DATE_D 8
#define BUILD_DATE_HO 14
#define BUILD_DATE_MI 8
#define BUILD_DATE_SE 9
#define BUILD_DATE_D 9
#define BUILD_DATE_HO 1
#define BUILD_DATE_MI 54
#define BUILD_DATE_SE 55
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)