plain text document attachment (version_bump.patch) We are now making changes to the specfile, which needs a version bump. Bump up the version to v0.36.rc1.
Signed-off-by: Dhaval Giani <[email protected]> --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: libcg/configure.in =================================================================== --- libcg.orig/configure.in +++ libcg/configure.in @@ -15,13 +15,13 @@ AC_PREREQ(2.61) # In following section update all occurences of version, including soname -AC_INIT([libcgroup], 0.35, +AC_INIT([libcgroup], 0.36.rc1, [http://sourceforge.net/tracker/?group_id=218421&atid=1043649]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) # 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, 35) +AC_SUBST(LIBRARY_VERSION_RELEASE, 36) # we do not want static libraries AC_DISABLE_STATIC ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
