Trick release 19.2.0

This commit is contained in:
Fennell, Scott P 263712616 2020-09-13 18:43:17 -05:00
parent 5bb32279b5
commit 424c2b60bd
3 changed files with 3 additions and 3 deletions
CMakeLists.txt
share/trick
trick_source/java

View File

@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
set(TRICK_MINOR 2)
set(TRICK_TINY 0)
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
set(TRICK_PRERELEASE "-beta")
set(TRICK_PRERELEASE "")
# 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.2.0-beta"
current_version = "19.2.0"

View File

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