Skip to content

Commit 5a27da6

Browse files
committed
update version numbers to prerelease 25.1.2-beta
1 parent c2a3e54 commit 5a27da6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.1)
55
project(trick NONE)
66
set(TRICK_MAJOR 25)
77
set(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

share/trick/trick_ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = "25.1.1"
1+
current_version = "25.1.2-beta"

trick_source/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)