diff --git a/configure.ac b/configure.ac index 96451be..9f21b58 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], [0.9.0], [dan@ultramarin.se]) +AC_INIT([libujson], [1.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 0.9.0 +# Release 1.0.0 # # Library interface version x:y:z # | | | @@ -47,7 +47,7 @@ AM_SILENT_RULES([yes]) # # Library version (CURRENT:REVISION:AGE) # -LIBRARY_VERSION=0:0:0 +LIBRARY_VERSION=1:0:0 AC_SUBST([LIBRARY_VERSION]) #