This is an automated email from the git hooks/post-receive script.
andyp pushed a commit to branch master in repository gfs2-utils.
The following commit(s) were added to refs/heads/master by this push: new 1e0cef1 Use the current version in AC_INIT() 1e0cef1 is described below
commit 1e0cef1f02216dec842b8a7fd7b7ca8feac01ee9 Author: Andrew Price anprice@redhat.com AuthorDate: Tue Sep 1 12:28:14 2020 +0100
Use the current version in AC_INIT()
Releasing 3.3.0 is as good a time as any to start specifying the version usefully.
Signed-off-by: Andrew Price anprice@redhat.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 855bc64..9587a7a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63]) -AC_INIT([gfs2-utils], [master], [cluster-devel@redhat.com]) +AC_INIT([gfs2-utils], [3.3.0], [cluster-devel@redhat.com]) AM_INIT_AUTOMAKE([-Wno-portability]) AM_SILENT_RULES([yes]) LT_PREREQ([2.2.6])
cluster-commits@lists.stg.fedorahosted.org