Bumped the version to v1.2.0-rc-dev

This commit is contained in:
Leon Styhre 2021-12-11 12:01:54 +01:00
parent cd75cdf500
commit 2c421c86e0
4 changed files with 3 additions and 3 deletions

View file

@ -285,7 +285,7 @@ endif()
set(CPACK_PACKAGE_VENDOR "Leon Styhre")
# Update this when there has been a new release.
set(CPACK_PACKAGE_VERSION "1.2.0-beta3")
set(CPACK_PACKAGE_VERSION "1.2.0-rc-dev")
# Use the shorter x64 descriptor if on the x86_64/AMD64 architecture.
if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL AMD64)

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.2.0-beta3</string>
<string>1.2.0-rc-dev</string>
<key>LSMinimumSystemVersion</key>
<string>10.14.0</string>
<key>LSUIPresentationMode</key>

Binary file not shown.

View file

@ -15,7 +15,7 @@
#define PROGRAM_VERSION_MINOR 2
#define PROGRAM_VERSION_MAINTENANCE 0
// clang-format on
#define PROGRAM_VERSION_STRING "1.2.0-beta3"
#define PROGRAM_VERSION_STRING "1.2.0-rc-dev"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__