Skip to content

Commit

Permalink
update version numbers for Trick Simulation Environment 19.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeans289 committed Jun 23, 2023
1 parent 2e0e580 commit 7e18365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
set(TRICK_MINOR 6)
set(TRICK_TINY 0)
# 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
# are the ones that include the correct C standard library system headers
Expand Down
2 changes: 1 addition & 1 deletion share/trick/trick_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = "19.6.0-beta"
current_version = "19.6.0"
2 changes: 1 addition & 1 deletion trick_source/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>trick-java</groupId>
<artifactId>trick-java</artifactId>
<version>19.6.0-beta</version>
<version>19.6.0</version>

<name>trick-java</name>

Expand Down

0 comments on commit 7e18365

Please sign in to comment.