Skip to content

Commit d711b47

Browse files
committed
update version numbers for Trick Simulation Environment 19.7.0
1 parent 483cacf commit d711b47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
77
set(TRICK_MINOR 7)
88
set(TRICK_TINY 0)
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.7.0-beta"
1+
current_version = "19.7.0"

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.7.0-beta</version>
9+
<version>19.7.0</version>
1010

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

0 commit comments

Comments
 (0)