From 673c082d3c77067b19aa456e8f8eb5cd4e29a691 Mon Sep 17 00:00:00 2001 From: Jesper Lloyd Date: Wed, 29 Apr 2020 20:19:13 +0200 Subject: [PATCH] Release 1.6.0 Signed-off-by: Jesper Lloyd --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 621abe5a..527d753c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,16 +10,16 @@ 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_prerelease], [alpha]) # may be blank +m4_define([libmypaint_api_prerelease], []) # may be blank # ABI version. Changes independently of API version. # See: https://autotools.io/libtool/version.html # https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # The rules are fiddly, and are summarized here. -m4_define([libmypaint_abi_revision], [1]) # increment on every release -m4_define([libmypaint_abi_current], [1]) # inc when add/remove/change interfaces -m4_define([libmypaint_abi_age], [0]) # inc only if changes backward compat +m4_define([libmypaint_abi_revision], [2]) # increment on every release +m4_define([libmypaint_abi_current], [2]) # inc when add/remove/change interfaces +m4_define([libmypaint_abi_age], [1]) # inc only if changes backward compat ## Derivative version macros ##