File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 1)
8- set (TRICK_TINY 1 )
8+ set (TRICK_TINY 2 )
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.1.1 "
1+ current_version = "25.1.2-beta "
Original file line number Diff line number Diff line change 77 <modelVersion >4.0.0</modelVersion >
88 <groupId >trick-java</groupId >
99 <artifactId >trick-java</artifactId >
10- <version >25.1.1 </version >
10+ <version >25.1.2-beta </version >
1111 <name >trick-java</name >
1212 <url >https://github.com/nasa/trick</url >
1313 <profiles >
You can’t perform that action at this time.
0 commit comments