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

Increment version to 1.0f-1 and update language files and PDF with information about TrueCrypt 6.0 support.

This commit is contained in:
Mounir IDRASSI
2015-01-04 16:26:53 +01:00
parent 03e64e842a
commit f53554a46a
45 changed files with 97 additions and 97 deletions

View File

@@ -15,15 +15,15 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.0f"
#define VERSION_STRING "1.0f-1"
// Version number to compare against driver
#define VERSION_NUM 0x010f
#define VERSION_NUM 0x0110
// Release date
#define TC_STR_RELEASE_DATE "December 30, 2014"
#define TC_RELEASE_DATE_YEAR 2014
#define TC_RELEASE_DATE_MONTH 12
#define TC_STR_RELEASE_DATE "January 4, 2015"
#define TC_RELEASE_DATE_YEAR 2015
#define TC_RELEASE_DATE_MONTH 01
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL