From: Dhaval Date: Fri, 3 Jan 2020 21:29:25 +0000 (-0800) Subject: Tag new release 0.42.rc1 X-Git-Tag: v0.42.rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496a151bdec5c7b6e7201e3864f77eb7a401f035;p=thirdparty%2Flibcgroup.git Tag new release 0.42.rc1 Signed-off-by: Dhaval --- diff --git a/configure.in b/configure.in index 67c1edb0..79d8b473 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ AC_PREREQ([2.69]) # In following section update all occurences of version, including soname -AC_INIT([libcgroup],[0.41]) +AC_INIT([libcgroup],[0.42.rc1]) 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, 1) AC_SUBST(LIBRARY_VERSION_MINOR, 0) -AC_SUBST(LIBRARY_VERSION_RELEASE, 41) +AC_SUBST(LIBRARY_VERSION_RELEASE, 42) # we do not want static libraries AC_DISABLE_STATIC