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 c2e720c commit c349410Copy full SHA for c349410
configure.ac
@@ -10,7 +10,7 @@ AC_PREREQ(2.62)
10
m4_define([libmypaint_api_major], [2])
11
m4_define([libmypaint_api_minor], [0])
12
m4_define([libmypaint_api_micro], [0])
13
-m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
+m4_define([libmypaint_api_prerelease], [beta]) # may be blank
14
15
# ABI version. Changes independently of API version.
16
# See: https://autotools.io/libtool/version.html
0 commit comments