Skip to content

Commit

Permalink
Bump api version to 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jplloyd committed Dec 31, 2019
1 parent c2e720c commit c349410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AC_PREREQ(2.62)
m4_define([libmypaint_api_major], [2])
m4_define([libmypaint_api_minor], [0])
m4_define([libmypaint_api_micro], [0])
m4_define([libmypaint_api_prerelease], [alpha]) # may be blank
m4_define([libmypaint_api_prerelease], [beta]) # may be blank

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

0 comments on commit c349410

Please sign in to comment.