Skip to content

Commit c349410

Browse files
committed
Bump api version to 2.0.0-beta
1 parent c2e720c commit c349410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_PREREQ(2.62)
1010
m4_define([libmypaint_api_major], [2])
1111
m4_define([libmypaint_api_minor], [0])
1212
m4_define([libmypaint_api_micro], [0])
13-
m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
13+
m4_define([libmypaint_api_prerelease], [beta]) # may be blank
1414

1515
# ABI version. Changes independently of API version.
1616
# See: https://autotools.io/libtool/version.html

0 commit comments

Comments
 (0)