Skip to content

Commit 0f4ca88

Browse files
committed
Update version numbers for Trick Simulation Environment 19.5.1
1 parent d1288e3 commit 0f4ca88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.1)
55
project(trick NONE)
66
set(TRICK_MAJOR 19)
77
set(TRICK_MINOR 5)
8-
set(TRICK_TINY 0)
8+
set(TRICK_TINY 1)
99
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
10-
set(TRICK_PRERELEASE "-beta")
10+
set(TRICK_PRERELEASE "")
1111

1212
# On macOS Mojave and Catalina, the compilers in /usr/bin
1313
# are the ones that include the correct C standard library system headers

share/trick/trick_ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = "19.6.0-beta"
1+
current_version = "19.5.1"

trick_source/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>trick-java</groupId>
88
<artifactId>trick-java</artifactId>
9-
<version>19.6.0-beta</version>
9+
<version>19.5.1</version>
1010

1111
<name>trick-java</name>
1212

0 commit comments

Comments
 (0)