From: Tom Hromatka Date: Fri, 20 Jan 2023 18:10:36 +0000 (-0700) Subject: configure.ac: Update version number to v2.0.3 X-Git-Tag: v2.0.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-2.0;p=thirdparty%2Flibcgroup.git configure.ac: Update version number to v2.0.3 Update both the package and library version numbers to v2.0.3 Signed-off-by: Tom Hromatka --- diff --git a/configure.ac b/configure.ac index 1d6470f8..6463b29a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PREREQ([2.69]) # In following section update all occurences of version, including soname -AC_INIT([libcgroup],[2.0.2]) +AC_INIT([libcgroup],[2.0.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) @@ -27,7 +27,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # set library version, soname is libcgroup.so.MAJOR AC_SUBST(LIBRARY_VERSION_MAJOR, 2) AC_SUBST(LIBRARY_VERSION_MINOR, 0) -AC_SUBST(LIBRARY_VERSION_RELEASE, 2) +AC_SUBST(LIBRARY_VERSION_RELEASE, 3) # we do not want static libraries #AC_DISABLE_STATIC