From: Tom Hromatka Date: Thu, 4 Aug 2022 21:17:50 +0000 (-0600) Subject: configure.ac: Update version number to v3.0.0 X-Git-Tag: v3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be729ca7b413ed0633d6b8c8f27d765e1adb31e1;p=thirdparty%2Flibcgroup.git configure.ac: Update version number to v3.0.0 Update both the package and library version numbers to v3.0.0 Signed-off-by: Tom Hromatka --- diff --git a/configure.ac b/configure.ac index b68c655e..a2b36299 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.69]) # In following section update all occurences of version, including soname -AC_INIT([libcgroup],[0.0.0]) +AC_INIT([libcgroup],[3.0.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) @@ -19,7 +19,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # set library version, soname is libcgroup.so.MAJOR -AC_SUBST(LIBRARY_VERSION_MAJOR, 0) +AC_SUBST(LIBRARY_VERSION_MAJOR, 3) AC_SUBST(LIBRARY_VERSION_MINOR, 0) AC_SUBST(LIBRARY_VERSION_RELEASE, 0)