Skip to content

Commit 15534f7

Browse files
author
Fennell, Scott P 263712616
committed
Trick Release 19.3.0
1 parent 2f51afe commit 15534f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
77
set(TRICK_MINOR 3)
88
set(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

share/trick/trick_ver.txt

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

trick_source/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>trick-java</groupId>
88
<artifactId>trick-java</artifactId>
9-
<version>19.3.0-beta</version>
9+
<version>19.3.0</version>
1010

1111
<name>trick-java</name>
1212

0 commit comments

Comments
 (0)