From 85692c7f16dfd4628740350b3bb42698fc8b7659 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 4 Aug 2022 19:17:09 +0200 Subject: [PATCH] Set version number to 2.1.0. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7d92908..980cb63 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -AC_INIT([libujson], [2.0.0], [dan@ultramarin.se]) +AC_INIT([libujson], [2.1.0], [dan@ultramarin.se]) AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 subdir-objects]) AC_PROG_CC @@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes]) # -# Release 2.0.0 +# Release 2.1.0 # # Library interface version x:y:z # | | | @@ -47,7 +47,7 @@ AM_SILENT_RULES([yes]) # # Library version (CURRENT:REVISION:AGE) # -LIBRARY_VERSION=2:0:0 +LIBRARY_VERSION=3:0:1 AC_SUBST([LIBRARY_VERSION]) #