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

Increment version to 1.0e for the next release

This commit is contained in:
Mounir IDRASSI
2014-09-04 09:35:09 +02:00
parent 809394d383
commit ccbc2cff0b
43 changed files with 58 additions and 58 deletions

View File

@@ -15,15 +15,15 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.0d"
#define VERSION_STRING "1.0e"
// Version number to compare against driver
#define VERSION_NUM 0x010d
#define VERSION_NUM 0x010e
// Release date
#define TC_STR_RELEASE_DATE "June 3, 2014"
#define TC_STR_RELEASE_DATE "August 26, 2014"
#define TC_RELEASE_DATE_YEAR 2014
#define TC_RELEASE_DATE_MONTH 06
#define TC_RELEASE_DATE_MONTH 8
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL