From: Tom Hromatka Date: Thu, 10 Mar 2022 17:01:07 +0000 (-0700) Subject: configure.ac: Update version number to v2.0.1 X-Git-Tag: v2.0.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654c12065e033d739359068db533219cbd331a62;p=thirdparty%2Flibcgroup.git configure.ac: Update version number to v2.0.1 Update both the package and library version numbers to v2.0.1 Signed-off-by: Tom Hromatka --- diff --git a/configure.ac b/configure.ac index ebfd90a4..6b3fbec4 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]) +AC_INIT([libcgroup],[2.0.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) @@ -25,9 +25,9 @@ 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, 1) +AC_SUBST(LIBRARY_VERSION_MAJOR, 2) AC_SUBST(LIBRARY_VERSION_MINOR, 0) -AC_SUBST(LIBRARY_VERSION_RELEASE, 42) +AC_SUBST(LIBRARY_VERSION_RELEASE, 1) # we do not want static libraries #AC_DISABLE_STATIC