From 919d5cf4c30b16ec2c921b61bd2f0efbcff95046 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])