From: Tom Hromatka Date: Mon, 26 Apr 2021 21:16:26 +0000 (+0000) Subject: Update version number to 2.0.rc1 X-Git-Tag: v2.0.rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2751557a5c47cc3c92703244558705afd4243c72;p=thirdparty%2Flibcgroup.git Update version number to 2.0.rc1 Signed-off-by: Tom Hromatka --- diff --git a/configure.ac b/configure.ac index 047f4ed2..f9993204 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],[0.42]) +AC_INIT([libcgroup],[2.0.rc1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4])