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