From dcaa03d4ff05847ee5a2141a4c4bdcea8545709e Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 12 Sep 2021 14:47:33 +0200 Subject: [PATCH] Updated version number. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a2031f4..44213ee 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], [1.0.2], [dan@ultramarin.se]) +AC_INIT([libujson], [2.0.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 1.0.2 +# Release 2.0.0 # # Library interface version x:y:z # | | | @@ -47,7 +47,7 @@ AM_SILENT_RULES([yes]) # # Library version (CURRENT:REVISION:AGE) # -LIBRARY_VERSION=2:0:1 +LIBRARY_VERSION=2:0:0 AC_SUBST([LIBRARY_VERSION]) #