ngspice version is now 30+
This commit is contained in:
parent
2c5fd154d7
commit
fb89f692e9
|
|
@ -12,7 +12,7 @@
|
||||||
# ---------------
|
# ---------------
|
||||||
|
|
||||||
# Initialisation of configure
|
# Initialisation of configure
|
||||||
AC_INIT([ngspice], [30], [http://ngspice.sourceforge.net/bugrep.html])
|
AC_INIT([ngspice], [30+], [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])
|
||||||
|
|
|
||||||
|
|
@ -455,13 +455,13 @@
|
||||||
#define PACKAGE_NAME "ngspice"
|
#define PACKAGE_NAME "ngspice"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "ngspice 30"
|
#define PACKAGE_STRING "ngspice 30+"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "ngspice"
|
#define PACKAGE_TARNAME "ngspice"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "30"
|
#define PACKAGE_VERSION "30+"
|
||||||
|
|
||||||
/* Define if we want predictor algorithm */
|
/* Define if we want predictor algorithm */
|
||||||
/* #undef PREDICTOR */
|
/* #undef PREDICTOR */
|
||||||
|
|
@ -516,7 +516,7 @@
|
||||||
/* #undef TM_IN_SYS_TIME */
|
/* #undef TM_IN_SYS_TIME */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "30"
|
#define VERSION "30+"
|
||||||
|
|
||||||
/* Define if we want spice2 sensitivity analysis */
|
/* Define if we want spice2 sensitivity analysis */
|
||||||
/* #undef WANT_SENSE2 */
|
/* #undef WANT_SENSE2 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue