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

Increment VeraCrypt version to 1.0c

This commit is contained in:
Mounir IDRASSI
2013-11-05 08:24:21 +01:00
parent 235f0b85ea
commit 97011f179c
6 changed files with 21 additions and 21 deletions

View File

@@ -15,15 +15,15 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.0b"
#define VERSION_STRING "1.0c"
// Version number to compare against driver
#define VERSION_NUM 0x010b
#define VERSION_NUM 0x010c
// Release date
#define TC_STR_RELEASE_DATE "June 26, 2013"
#define TC_STR_RELEASE_DATE "November 5, 2013"
#define TC_RELEASE_DATE_YEAR 2013
#define TC_RELEASE_DATE_MONTH 6
#define TC_RELEASE_DATE_MONTH 11
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL