Trick Simulation Environment 23.0.0-beta

This commit is contained in:
Fennell, Scott P 263712616 2022-02-08 15:07:01 -06:00
parent a317c22274
commit 7b85aa6632
3 changed files with 6 additions and 6 deletions
CMakeLists.txt
share/trick
trick_source/java

View File

@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 3.1)
# trick is a C/C++ project, but we have some macOS
# configuration to do before CMake searches for compilers
project(trick NONE)
set(TRICK_MAJOR 19)
set(TRICK_MINOR 3)
set(TRICK_TINY 1)
set(TRICK_MAJOR 23)
set(TRICK_MINOR 0)
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.3.1"
current_version = "23.0.0-beta"

View File

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