diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Build/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.legacy.xml | 2 | ||||
-rw-r--r-- | src/Build/Resources/MacOSX/Info.plist.xml | 2 | ||||
-rw-r--r-- | src/Common/Tcdefs.h | 2 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt.pkgproj | 4 | ||||
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/src/Build/CMakeLists.txt b/src/Build/CMakeLists.txt index 51c8bdd2..24c37df9 100644 --- a/src/Build/CMakeLists.txt +++ b/src/Build/CMakeLists.txt @@ -13,4 +13,4 @@ endif() # - Set version of the package -set( FULL_VERSION "1.25.9" ) -set( VERSION "1.25.9" ) +set( FULL_VERSION "1.26.0" ) +set( VERSION "1.26.0" ) set( RELEASE "1" ) diff --git a/src/Build/Resources/MacOSX/Info.plist.legacy.xml b/src/Build/Resources/MacOSX/Info.plist.legacy.xml index d21c1cf5..ffe0ed69 100644 --- a/src/Build/Resources/MacOSX/Info.plist.legacy.xml +++ b/src/Build/Resources/MacOSX/Info.plist.legacy.xml @@ -76,3 +76,3 @@ <key>CFBundleVersion</key> - <string>1.25.9</string> + <string>1.26.0</string> diff --git a/src/Build/Resources/MacOSX/Info.plist.xml b/src/Build/Resources/MacOSX/Info.plist.xml index 6af60edd..d4729eff 100644 --- a/src/Build/Resources/MacOSX/Info.plist.xml +++ b/src/Build/Resources/MacOSX/Info.plist.xml @@ -76,3 +76,3 @@ <key>CFBundleVersion</key> - <string>1.25.9</string> + <string>1.26.0</string> diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index f2ffb02b..eb8fefdc 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -75,3 +75,3 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); // Release date -#define TC_STR_RELEASE_DATE L"March 9, 2022" +#define TC_STR_RELEASE_DATE L"March 21, 2022" #define TC_RELEASE_DATE_YEAR 2022 diff --git a/src/Setup/MacOSX/veracrypt.pkgproj b/src/Setup/MacOSX/veracrypt.pkgproj index 8a365677..975b90a1 100755 --- a/src/Setup/MacOSX/veracrypt.pkgproj +++ b/src/Setup/MacOSX/veracrypt.pkgproj @@ -560,3 +560,3 @@ <key>VERSION</key> - <string>1.25.9</string> + <string>1.26.0</string> </dict> @@ -1028,3 +1028,3 @@ https://osxfuse.github.io/ <key>NAME</key> - <string>VeraCrypt 1.25.9</string> + <string>VeraCrypt 1.26</string> <key>PAYLOAD_ONLY</key> diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 3e6e2653..75a879a3 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -559,3 +559,3 @@ <key>VERSION</key> - <string>1.25.9</string> + <string>1.26.0</string> </dict> @@ -1064,3 +1064,3 @@ https://osxfuse.github.io/ <key>NAME</key> - <string>VeraCrypt Legacy 1.25.9</string> + <string>VeraCrypt Legacy 1.26</string> <key>PAYLOAD_ONLY</key> |