Skip to content

Commit ba38260

Browse files
committed
Update version numbers for Trick Simulation Environment 19.7.1
1 parent b7e541e commit ba38260

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 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 8)
8-
set(TRICK_TINY 0)
7+
set(TRICK_MINOR 7)
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
@@ -175,7 +175,7 @@ set( IO_SRC
175175
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JITEvent.cpp
176176
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JITInputFile.cpp
177177
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServer.cpp
178-
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServerSessionThread.cpp
178+
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JSONVariableServerThread.cpp
179179
${CMAKE_BINARY_DIR}/temp_src/io_src/io_JobData.cpp
180180
${CMAKE_BINARY_DIR}/temp_src/io_src/io_MM4_Integrator.cpp
181181
${CMAKE_BINARY_DIR}/temp_src/io_src/io_MSConnect.cpp
@@ -231,7 +231,7 @@ set( IO_SRC
231231
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServer.cpp
232232
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerListenThread.cpp
233233
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerReference.cpp
234-
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerSessionThread.cpp
234+
${CMAKE_BINARY_DIR}/temp_src/io_src/io_VariableServerThread.cpp
235235
${CMAKE_BINARY_DIR}/temp_src/io_src/io_Zeroconf.cpp
236236
${CMAKE_BINARY_DIR}/temp_src/io_src/io_attributes.cpp
237237
${CMAKE_BINARY_DIR}/temp_src/io_src/io_dllist.cpp

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.8.0-beta"
1+
current_version = "19.7.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.8.0-beta</version>
9+
<version>19.7.1</version>
1010

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

0 commit comments

Comments
 (0)