Skip to content

Commit 2768251

Browse files
committed
Release 1.6.1
No code changes from 1.6.0. The only difference is that the library is no longer built with the libtool -release flag, meaning that the major/minor API fields will no longer be part of the SONAME (and dynlink). Signed-off-by: Jesper Lloyd <[email protected]>
1 parent cf39bf7 commit 2768251

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
@@ -9,7 +9,7 @@ AC_PREREQ(2.62)
99

1010
m4_define([libmypaint_api_major], [1])
1111
m4_define([libmypaint_api_minor], [6])
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.

0 commit comments

Comments
 (0)