From: Tom Hromatka Date: Thu, 6 May 2021 14:14:30 +0000 (+0000) Subject: Update version number to 2.0 X-Git-Tag: v2.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c825755a8ea803289710eb2cf9193aa15d843cc;p=thirdparty%2Flibcgroup.git Update version number to 2.0 Signed-off-by: Tom Hromatka --- diff --git a/configure.ac b/configure.ac index f9993204..cbe5cef9 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],[2.0.rc1]) +AC_INIT([libcgroup],[2.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4])