We now develop ngspice 32+

This commit is contained in:
Holger Vogt 2020-05-13 22:38:25 +02:00
parent 02fdcaff2d
commit 238f85b10a
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# --------------- # ---------------
# Initialisation of configure # Initialisation of configure
AC_INIT([ngspice], [32], [http://ngspice.sourceforge.net/bugrep.html]) AC_INIT([ngspice], [32+], [http://ngspice.sourceforge.net/bugrep.html])
# Unique file in the source directory # Unique file in the source directory
AC_CONFIG_SRCDIR([src/ngspice.c]) AC_CONFIG_SRCDIR([src/ngspice.c])

View File

@ -449,7 +449,7 @@
#define PACKAGE "ngspice" #define PACKAGE "ngspice"
/* Version number of package */ /* Version number of package */
#define VERSION "32" //" Built on " __DATE__ " at " __TIME__ #define VERSION "32+" //" Built on " __DATE__ " at " __TIME__
/* Define to the address where bug reports for this package should be sent. */ /* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html"