mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
update version numbers for Trick Simulation Environment 19.4.0
This commit is contained in:
parent
e15723bde5
commit
9363603f0f
@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 3.1)
|
|||||||
# trick is a C/C++ project, but we have some macOS
|
# trick is a C/C++ project, but we have some macOS
|
||||||
# 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 23)
|
set(TRICK_MAJOR 19)
|
||||||
set(TRICK_MINOR 0)
|
set(TRICK_MINOR 4)
|
||||||
set(TRICK_TINY 0)
|
set(TRICK_TINY 0)
|
||||||
# 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
|
||||||
|
@ -1 +1 @@
|
|||||||
current_version = "23.0.0-beta"
|
current_version = "19.4.0"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>trick-java</groupId>
|
<groupId>trick-java</groupId>
|
||||||
<artifactId>trick-java</artifactId>
|
<artifactId>trick-java</artifactId>
|
||||||
<version>23.0.0-beta</version>
|
<version>19.4.0</version>
|
||||||
|
|
||||||
<name>trick-java</name>
|
<name>trick-java</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user