1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-15 20:25:00 +03:00

v4.15-9546-beta

This commit is contained in:
dnobori
2015-04-05 03:39:48 +09:00
parent 983c19c043
commit 7785c41f38
280 changed files with 311 additions and 272 deletions

View File

@ -138,7 +138,7 @@
#define CEDAR_VER 415
// Build Number
#define CEDAR_BUILD 9539
#define CEDAR_BUILD 9546
// Beta number
//#define BETA_NUMBER 3
@ -153,16 +153,16 @@
// Specify the location to build
#ifndef BUILD_PLACE
#define BUILD_PLACE "pc25"
#define BUILD_PLACE "pc30"
#endif // BUILD_PLACE
// Specifies the build date
#define BUILD_DATE_Y 2015
#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
#define BUILD_DATE_D 5
#define BUILD_DATE_HO 2
#define BUILD_DATE_MI 54
#define BUILD_DATE_SE 8
// Tolerable time difference
#define ALLOW_TIMESTAMP_DIFF (UINT64)(3 * 24 * 60 * 60 * 1000)