Skip to content

Commit

Permalink
Update version numbers for Trick Simulation Environment 19.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmeye committed Dec 18, 2023
1 parent b7e541e commit ba38260
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 8)
set(TRICK_TINY 0)
set(TRICK_MINOR 7)
set(TRICK_TINY 1)
# 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 Expand Up @@ -175,7 +175,7 @@ set( IO_SRC
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JITEvent.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JITInputFile.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServer.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServerSessionThread.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServerThread.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JobData.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_MM4_Integrator.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_MSConnect.cpp
Expand Down Expand Up @@ -231,7 +231,7 @@ set( IO_SRC
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServer.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerListenThread.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerReference.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerSessionThread.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerThread.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_Zeroconf.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_attributes.cpp
${CMAKE_BINARY_DIR}/temp_src/io_src/io_dllist.cpp
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.8.0-beta"
current_version = "19.7.1"
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.8.0-beta</version>
<version>19.7.1</version>

<name>trick-java</name>

Expand Down

0 comments on commit ba38260

Please sign in to comment.