update version numbers to prerelease 19.6.0-beta

This commit is contained in:
Jacqueline Deans 2022-11-17 16:00:00 -06:00
parent e86e7fd968
commit d0f679b31a
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
set(TRICK_MINOR 5)
set(TRICK_TINY 0)
# 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
# are the ones that include the correct C standard library system headers

View File

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

View File

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