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 25)
77set (TRICK_MINOR 0)
8- set (TRICK_TINY 2 )
8+ set (TRICK_TINY 3 )
99# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
10- set (TRICK_PRERELEASE "" )
10+ set (TRICK_PRERELEASE "-beta " )
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 = "25.0.2 "
1+ current_version = "25.0.3-beta "
Original file line number Diff line number Diff line change 66
77 <groupId >trick-java</groupId >
88 <artifactId >trick-java</artifactId >
9- <version >25.0.2 </version >
9+ <version >25.0.3-beta </version >
1010
1111 <name >trick-java</name >
1212
You can’t perform that action at this time.
0 commit comments