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 30dd35f commit 477cb94Copy full SHA for 477cb94
configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.62)
5
m4_define([libmypaint_api_major], [1])
6
m4_define([libmypaint_api_minor], [4])
7
m4_define([libmypaint_api_micro], [0])
8
-m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
+m4_define([libmypaint_api_prerelease], []) # may be blank
9
# The platform version is "major.minor" only.
10
# The full version is "major.minor.micro[-prerelease]".
11
0 commit comments