mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update version numbers to pre-release for 19.3.0
This commit is contained in:
parent
e0be091c7e
commit
be407eaf13
@ -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 2)
|
||||
set(TRICK_TINY 2)
|
||||
set(TRICK_MINOR 3)
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
current_version = "19.2.2"
|
||||
current_version = "19.3.0-beta"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>trick-java</groupId>
|
||||
<artifactId>trick-java</artifactId>
|
||||
<version>19.2.2</version>
|
||||
<version>19.3.0-beta</version>
|
||||
|
||||
<name>trick-java</name>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user