1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Increment version to 1.15. Update user guide PDF file.

This commit is contained in:
Mounir IDRASSI
2015-09-26 16:53:44 +02:00
parent a3437067ac
commit 185e421114
48 changed files with 65 additions and 65 deletions

View File

@@ -17,13 +17,13 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.14"
#define VERSION_STRING "1.15"
// Version number to compare against driver
#define VERSION_NUM 0x0114
#define VERSION_NUM 0x0115
// Release date
#define TC_STR_RELEASE_DATE "Septembre 16th, 2015"
#define TC_STR_RELEASE_DATE "Septembre 26th, 2015"
#define TC_RELEASE_DATE_YEAR 2015
#define TC_RELEASE_DATE_MONTH 09