From 895e49b6b61a9e666b84f8c84fedda7cf3d8445d Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 3 Feb 2012 16:56:44 +0100 Subject: [PATCH] v0.38.rc1 release --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 69cf5d48..1153a789 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ AC_PREREQ(2.61) # In following section update all occurences of version, including soname -AC_INIT([libcgroup], 0.37.1) +AC_INIT([libcgroup], 0.38.rc1) AM_INIT_AUTOMAKE([foreign dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -23,7 +23,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, 37) +AC_SUBST(LIBRARY_VERSION_RELEASE, 38) # we do not want static libraries AC_DISABLE_STATIC -- 2.47.2