VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 16:26:53 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 16:29:40 +0100
commitf53554a46a985d67fcb2f81052c9f0d8c96fb067 (patch)
tree82a4e1122c365328701a000673173074df541939 /src/Common
parent03e64e842abe9ce892f1afc61bc47caec005bf1f (diff)
downloadVeraCrypt-f53554a46a985d67fcb2f81052c9f0d8c96fb067.tar.gz
VeraCrypt-f53554a46a985d67fcb2f81052c9f0d8c96fb067.zip
Increment version to 1.0f-1 and update language files and PDF with information about TrueCrypt 6.0 support.
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index d0099b41..a2d7355d 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -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