Skip to content

Commit a317c22

Browse files
author
Fennell, Scott P 263712616
committed
Trick Simulation Environment 19.3.1
1 parent 0d60ef0 commit a317c22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cmake_minimum_required(VERSION 3.1)
44
# configuration to do before CMake searches for compilers
55
project(trick NONE)
66
set(TRICK_MAJOR 19)
7-
set(TRICK_MINOR 4)
8-
set(TRICK_TINY 0)
7+
set(TRICK_MINOR 3)
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.4.0-beta"
1+
current_version = "19.3.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.4.0-beta</version>
9+
<version>19.3.1</version>
1010

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

0 commit comments

Comments
 (0)