]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Tag new release 0.42.rc1 v0.42.rc1
authorDhaval <dhaval@localhost.localdomain>
Fri, 3 Jan 2020 21:29:25 +0000 (13:29 -0800)
committerDhaval <dhaval@localhost.localdomain>
Fri, 3 Jan 2020 21:30:34 +0000 (13:30 -0800)
Signed-off-by: Dhaval <dhaval@localhost.localdomain>
configure.in

index 67c1edb079bb02202b6c8d28cf24628cd74a6af2..79d8b473612a782069647dcb685ba86f54d26e01 100644 (file)
@@ -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