Skip to content

Commit

Permalink
update version numbers to prerelease 19.8.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Dec 1, 2023
1 parent d711b47 commit 867736a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 7)
set(TRICK_MINOR 8)
set(TRICK_TINY 0)
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
set(TRICK_PRERELEASE "")
set(TRICK_PRERELEASE "-beta")

# 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.7.0"
current_version = "19.8.0-beta"
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.7.0</version>
<version>19.8.0-beta</version>

<name>trick-java</name>

Expand Down

0 comments on commit 867736a

Please sign in to comment.