Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
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 <jpl.lloyd@gmail.com>
  • Loading branch information
jplloyd committed May 11, 2020
1 parent cf39bf7 commit 2768251
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 @@ -9,7 +9,7 @@ AC_PREREQ(2.62)

m4_define([libmypaint_api_major], [1])
m4_define([libmypaint_api_minor], [6])
m4_define([libmypaint_api_micro], [0])
m4_define([libmypaint_api_micro], [1])
m4_define([libmypaint_api_prerelease], []) # may be blank

# ABI version. Changes independently of API version.
Expand Down

0 comments on commit 2768251

Please sign in to comment.