File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.1)
55project (trick NONE)
66set (TRICK_MAJOR 19)
77set (TRICK_MINOR 5)
8- set (TRICK_TINY 0 )
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
Original file line number Diff line number Diff line change 1- current_version = "19.6.0-beta "
1+ current_version = "19.5.1 "
Original file line number Diff line number Diff line change 66
77 <groupId >trick-java</groupId >
88 <artifactId >trick-java</artifactId >
9- <version >19.6.0-beta </version >
9+ <version >19.5.1 </version >
1010
1111 <name >trick-java</name >
1212
You can’t perform that action at this time.
0 commit comments