We are beyond ngspice-31 now --> ngspice-31+

This commit is contained in:
Holger Vogt 2019-10-02 00:00:59 +02:00
parent a45c4fad1d
commit 76c43c0593
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -455,13 +455,13 @@
#define PACKAGE_NAME "ngspice"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ngspice 31"
#define PACKAGE_STRING "ngspice 31+"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ngspice"
/* Define to the version of this package. */
#define PACKAGE_VERSION "31"
#define PACKAGE_VERSION "31+"
/* Define if we want predictor algorithm */
/* #undef PREDICTOR */
@ -516,7 +516,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "31"
#define VERSION "31+"
/* Define if we want spice2 sensitivity analysis */
/* #undef WANT_SENSE2 */