From 2768251dacce3939136c839aeca413f4aa4241d0 Mon Sep 17 00:00:00 2001
From: Jesper Lloyd <jpl.lloyd@gmail.com>
Date: Mon, 11 May 2020 18:17:50 +0200
Subject: [PATCH] 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 <jpl.lloyd@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9a4109d2..416d9feb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.