File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ AC_PREREQ(2.62)
1010m4_define ( [ libmypaint_api_major] , [ 1] )
1111m4_define ( [ libmypaint_api_minor] , [ 6] )
1212m4_define ( [ libmypaint_api_micro] , [ 0] )
13- m4_define ( [ libmypaint_api_prerelease] , [ alpha ] ) # may be blank
13+ m4_define ( [ libmypaint_api_prerelease] , [ ] ) # may be blank
1414
1515# ABI version. Changes independently of API version.
1616# See: https://autotools.io/libtool/version.html
1717# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
1818# The rules are fiddly, and are summarized here.
1919
20- m4_define ( [ libmypaint_abi_revision] , [ 1 ] ) # increment on every release
21- m4_define ( [ libmypaint_abi_current] , [ 1 ] ) # inc when add/remove/change interfaces
22- m4_define ( [ libmypaint_abi_age] , [ 0 ] ) # inc only if changes backward compat
20+ m4_define ( [ libmypaint_abi_revision] , [ 2 ] ) # increment on every release
21+ m4_define ( [ libmypaint_abi_current] , [ 2 ] ) # inc when add/remove/change interfaces
22+ m4_define ( [ libmypaint_abi_age] , [ 1 ] ) # inc only if changes backward compat
2323
2424
2525# # Derivative version macros ##
You can’t perform that action at this time.
0 commit comments