VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-09-04 09:35:09 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:23:17 +0100
commitccbc2cff0bf76f1f0d62e1778e83342e526e5eed (patch)
tree9c39ef8af451ebedffd8d6285aea100aa5d05634 /src/Common
parent809394d383c4ab23ed3413aee06c68e7c8ba0108 (diff)
downloadVeraCrypt-ccbc2cff0bf76f1f0d62e1778e83342e526e5eed.tar.gz
VeraCrypt-ccbc2cff0bf76f1f0d62e1778e83342e526e5eed.zip
Increment version to 1.0e for the next release
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Tcdefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 423eed27..d1073bce 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.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