File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 3.1)
33# trick is a C/C++ project, but we have some macOS
44# configuration to do before CMake searches for compilers
55project (trick NONE)
6- set (TRICK_MAJOR 19 )
7- set (TRICK_MINOR 8 )
6+ set (TRICK_MAJOR 25 )
7+ set (TRICK_MINOR 0 )
88set (TRICK_TINY 0)
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.8.0-beta "
1+ current_version = "25.0.0 "
Original file line number Diff line number Diff line change 66
77 <groupId >trick-java</groupId >
88 <artifactId >trick-java</artifactId >
9- <version >19.8.0-beta </version >
9+ <version >25.0.0 </version >
1010
1111 <name >trick-java</name >
1212
You can’t perform that action at this time.
0 commit comments