From c349410ec6b80dc612d20d23873af9f77af6233d Mon Sep 17 00:00:00 2001 From: Jesper Lloyd Date: Tue, 31 Dec 2019 11:53:51 +0100 Subject: [PATCH] Bump api version to 2.0.0-beta --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 762e69af..d987fc78 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.62) m4_define([libmypaint_api_major], [2]) m4_define([libmypaint_api_minor], [0]) m4_define([libmypaint_api_micro], [0]) -m4_define([libmypaint_api_prerelease], [alpha]) # may be blank +m4_define([libmypaint_api_prerelease], [beta]) # may be blank # ABI version. Changes independently of API version. # See: https://autotools.io/libtool/version.html