From f1350e09edc2bfb680b24850900e66fc8111e792 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 16 Nov 2020 16:55:36 +0100 Subject: [PATCH] we are developing ngspice-33+ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0835c7406..210dc8e89 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialization 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])