1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 00:34:57 +03:00

v4.13-9525-beta

This commit is contained in:
dnobori
2015-02-02 12:33:23 +09:00
parent 96da053c84
commit 5efab0381c
278 changed files with 281 additions and 269 deletions

View File

@ -138,7 +138,7 @@
#define CEDAR_VER 413
// Build Number
#define CEDAR_BUILD 9524
#define CEDAR_BUILD 9525
// Beta number
//#define BETA_NUMBER 3
@ -158,11 +158,11 @@
// Specifies the build date
#define BUILD_DATE_Y 2015
#define BUILD_DATE_M 1
#define BUILD_DATE_D 31
#define BUILD_DATE_HO 2
#define BUILD_DATE_MI 39
#define BUILD_DATE_SE 17
#define BUILD_DATE_M 2
#define BUILD_DATE_D 2
#define BUILD_DATE_HO 10
#define BUILD_DATE_MI 28
#define BUILD_DATE_SE 53
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)