ngspice-26: substitute 25 --> 26
This commit is contained in:
parent
714f60b598
commit
411418e1ca
2
INSTALL
2
INSTALL
|
|
@ -160,7 +160,7 @@ This file describes the procedures to install ngspice from sources.
|
||||||
--enable-adms
|
--enable-adms
|
||||||
ADMS is an experimental model compiler that translates
|
ADMS is an experimental model compiler that translates
|
||||||
Verilog-A compact models into C code that can be compiled into
|
Verilog-A compact models into C code that can be compiled into
|
||||||
ngspice. This is (as of ngspice-25) still experimental, some
|
ngspice. This is (as of ngspice-26) still experimental, some
|
||||||
features (e.g. noise) are missing. If you want to use it, please
|
features (e.g. noise) are missing. If you want to use it, please
|
||||||
refer to the ADMS section on ngspice web site.
|
refer to the ADMS section on ngspice web site.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
# ---------------
|
# ---------------
|
||||||
|
|
||||||
# Initialisation of configure
|
# Initialisation of configure
|
||||||
AC_INIT([ngspice], [25], [http://ngspice.sourceforge.net/bugrep.html])
|
AC_INIT([ngspice], [26], [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])
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ $netlistFile="ngspiceCkt";
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub version {
|
sub version {
|
||||||
return("25"); # the version only seems to be printed in interactive mode
|
return("26"); # the version only seems to be printed in interactive mode
|
||||||
}
|
}
|
||||||
|
|
||||||
sub runNoiseTest {
|
sub runNoiseTest {
|
||||||
|
|
|
||||||
|
|
@ -446,13 +446,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 25"
|
#define PACKAGE_STRING "ngspice 26"
|
||||||
|
|
||||||
/* 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 "25"
|
#define PACKAGE_VERSION "26"
|
||||||
|
|
||||||
/* Define if we want predictor algorithm */
|
/* Define if we want predictor algorithm */
|
||||||
/* #undef PREDICTOR */
|
/* #undef PREDICTOR */
|
||||||
|
|
@ -507,7 +507,7 @@
|
||||||
/* #undef TM_IN_SYS_TIME */
|
/* #undef TM_IN_SYS_TIME */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "25"
|
#define VERSION "26"
|
||||||
|
|
||||||
/* Define if we want spice2 sensitivity analysis */
|
/* Define if we want spice2 sensitivity analysis */
|
||||||
/* #undef WANT_SENSE2 */
|
/* #undef WANT_SENSE2 */
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* config.h. Adoted from config which was generated by configure using MSYS and MINGW. */
|
/* config.h. Adoted from config which was generated by configure using MSYS and MINGW. */
|
||||||
/* Special consideration have been given to MS Visual Studio 2008 requirements. */
|
/* Special consideration have been given to MS Visual Studio 2008 requirements. */
|
||||||
/* HVo Dec. 2012 */
|
/* HVo Jan. 2014 */
|
||||||
|
|
||||||
/* Support for Verilog-A(MS) models */
|
/* Support for Verilog-A(MS) models */
|
||||||
/* #undef ADMS */
|
/* #undef ADMS */
|
||||||
|
|
@ -472,13 +472,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 25"
|
#define PACKAGE_STRING "ngspice 26"
|
||||||
|
|
||||||
/* 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 "25"
|
#define PACKAGE_VERSION "26"
|
||||||
|
|
||||||
/* Define if we want predictor algorithm */
|
/* Define if we want predictor algorithm */
|
||||||
/* #undef PREDICTOR */
|
/* #undef PREDICTOR */
|
||||||
|
|
@ -533,7 +533,7 @@
|
||||||
/* #undef TM_IN_SYS_TIME */
|
/* #undef TM_IN_SYS_TIME */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "25"
|
#define VERSION "26"
|
||||||
|
|
||||||
/* 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