1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Increment version to 1.16. Update user guide PDF file.

This commit is contained in:
Mounir IDRASSI
2015-10-07 12:44:50 +02:00
parent 63091cd29c
commit 8748013f7d
48 changed files with 66 additions and 66 deletions

View File

@@ -17,15 +17,15 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.15"
#define VERSION_STRING "1.16"
// Version number to compare against driver
#define VERSION_NUM 0x0115
#define VERSION_NUM 0x0116
// Release date
#define TC_STR_RELEASE_DATE "Septembre 26th, 2015"
#define TC_STR_RELEASE_DATE "October 7th, 2015"
#define TC_RELEASE_DATE_YEAR 2015
#define TC_RELEASE_DATE_MONTH 09
#define TC_RELEASE_DATE_MONTH 10
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL