We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f51afe commit 15534f7Copy full SHA for 15534f7
CMakeLists.txt
@@ -7,7 +7,7 @@ set(TRICK_MAJOR 19)
7
set(TRICK_MINOR 3)
8
set(TRICK_TINY 0)
9
# set TRICK_PRERELEASE TO EMPTY STRING "" ON RELEASE
10
-set(TRICK_PRERELEASE "-beta")
+set(TRICK_PRERELEASE "")
11
12
# On macOS Mojave and Catalina, the compilers in /usr/bin
13
# are the ones that include the correct C standard library system headers
share/trick/trick_ver.txt
@@ -1 +1 @@
1
-current_version = "19.3.0-beta"
+current_version = "19.3.0"
trick_source/java/pom.xml
@@ -6,7 +6,7 @@
6
<groupId>trick-java</groupId>
<artifactId>trick-java</artifactId>
- <version>19.3.0-beta</version>
+ <version>19.3.0</version>
<name>trick-java</name>
0 commit comments