gnucash-docs master: Fix version in configure.ac.

John Ralls jralls at code.gnucash.org
Sun Jun 28 14:33:31 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/56086d2e (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/8f59685a (commit)



commit 56086d2eb9591e08fc98111df0976b04b4c15c2c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 28 11:15:19 2020 -0700

    Fix version in configure.ac.

diff --git a/configure.ac b/configure.ac
index b27bf0c..1a351fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # copyright (c) 2003-2016 GnuCash Development Team
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([gnucash-docs], [3.905], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [http://www.gnucash.org/])
+AC_INIT([gnucash-docs], [4.0], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [http://www.gnucash.org/])
 AC_CANONICAL_HOST
 
 dnl ==========================================================================



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list