Trick Simulation Environment 19.3.1

This commit is contained in:
Fennell, Scott P 263712616 2022-02-08 10:46:10 -06:00
parent 0d60ef0b6f
commit a317c22274
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
project(trick NONE)
set(TRICK_MAJOR 19)
set(TRICK_MINOR 4)
set(TRICK_TINY 0)
set(TRICK_MINOR 3)
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.4.0-beta"
current_version = "19.3.1"

View File

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