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

Increment VeraCrypt version to 1.0b

This commit is contained in:
Mounir IDRASSI
2013-06-25 05:50:52 +02:00
parent a8fecdcbb7
commit 52c6cad745
6 changed files with 20 additions and 20 deletions

View File

@@ -15,13 +15,13 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
#define VERSION_STRING "1.0a"
#define VERSION_STRING "1.0b"
// Version number to compare against driver
#define VERSION_NUM 0x010a
#define VERSION_NUM 0x010b
// Release date
#define TC_STR_RELEASE_DATE "June 22, 2013"
#define TC_STR_RELEASE_DATE "June 26, 2013"
#define TC_RELEASE_DATE_YEAR 2013
#define TC_RELEASE_DATE_MONTH 6