Update version numbers for Trick Simulation Environment 19.7.3

This commit is contained in:
Sean Harmeyer 2024-11-20 11:09:16 -06:00
parent 0292b52cf7
commit 03bb17b7e6
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 8) set(TRICK_MINOR 7)
set(TRICK_TINY 0) set(TRICK_TINY 3)
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE # 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 # 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.8.0-beta" current_version = "19.7.3"

View File

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