VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tcdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r--src/Common/Tcdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 82a839bf..0173efd3 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -17,13 +17,13 @@
#define TC_APP_NAME "VeraCrypt"
// Version displayed to user
-#define VERSION_STRING "1.14"
+#define VERSION_STRING "1.15"
// Version number to compare against driver
-#define VERSION_NUM 0x0114
+#define VERSION_NUM 0x0115
// Release date
-#define TC_STR_RELEASE_DATE "Septembre 16th, 2015"
+#define TC_STR_RELEASE_DATE "Septembre 26th, 2015"
#define TC_RELEASE_DATE_YEAR 2015
#define TC_RELEASE_DATE_MONTH 09