Update version numbers to prerelease 19.6.0-beta

This commit is contained in:
Jacqueline Deans 2022-11-29 16:58:30 -06:00
parent 0f4ca88da6
commit cb89e4dd7e
3 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@ cmake_minimum_required(VERSION 3.1)
# configuration to do before CMake searches for compilers # configuration to do before CMake searches for compilers
project(trick NONE) project(trick NONE)
set(TRICK_MAJOR 19) set(TRICK_MAJOR 19)
set(TRICK_MINOR 5) set(TRICK_MINOR 6)
set(TRICK_TINY 1) set(TRICK_TINY 0)
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE # set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
set(TRICK_PRERELEASE "") set(TRICK_PRERELEASE "-beta")
# On macOS Mojave and Catalina, the compilers in /usr/bin # On macOS Mojave and Catalina, the compilers in /usr/bin
# are the ones that include the correct C standard library system headers # are the ones that include the correct C standard library system headers

View File

@ -1 +1 @@
current_version = "19.5.1" current_version = "19.6.0-beta"

View File

@ -6,7 +6,7 @@
<groupId>trick-java</groupId> <groupId>trick-java</groupId>
<artifactId>trick-java</artifactId> <artifactId>trick-java</artifactId>
<version>19.5.1</version> <version>19.6.0-beta</version>
<name>trick-java</name> <name>trick-java</name>