From a615b902f8aeb108a15453ba08ea26e38b820a35 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 1 Nov 2018 12:27:36 +0100 Subject: [PATCH] version 29+ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 156ad2b98..c10f4825e 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialisation of configure -AC_INIT([ngspice], [29], [http://ngspice.sourceforge.net/bugrep.html]) +AC_INIT([ngspice], [29+], [http://ngspice.sourceforge.net/bugrep.html]) # Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c])