Update version numbers for Trick Simulation Environment 19.5.1

This commit is contained in:
Jacqueline Deans 2022-11-29 16:56:55 -06:00
parent d1288e3bcf
commit 0f4ca88da6
3 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.1)
project(trick NONE)
set(TRICK_MAJOR 19)
set(TRICK_MINOR 5)
set(TRICK_TINY 0)
set(TRICK_TINY 1)
# 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.6.0-beta"
current_version = "19.5.1"

View File

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