From 9e339ccb4327bf1fdd2db3a507c572e9870ee0cc Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 18 Oct 2020 16:43:24 +0200 Subject: [PATCH] We are now developing towards ngspice-34 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7ee45c9a0..e69edf8bb 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialisation of configure -AC_INIT([ngspice], [33], [http://ngspice.sourceforge.net/bugrep.html]) +AC_INIT([ngspice], [33+], [http://ngspice.sourceforge.net/bugrep.html]) # Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c])