Skip to content

Commit 8eede7c

Browse files
committed
Bump version to 1.5.1
1 parent e74285d commit 8eede7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ AC_PREREQ(2.62)
99

1010
m4_define([libmypaint_api_major], [1])
1111
m4_define([libmypaint_api_minor], [5])
12-
m4_define([libmypaint_api_micro], [0])
12+
m4_define([libmypaint_api_micro], [1])
1313
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], [0]) # increment on every release
20+
m4_define([libmypaint_abi_revision], [1]) # increment on every release
2121
m4_define([libmypaint_abi_current], [1]) # inc when add/remove/change interfaces
2222
m4_define([libmypaint_abi_age], [0]) # inc only if changes backward compat
2323

0 commit comments

Comments
 (0)