Prepare ngspice-32
This commit is contained in:
parent
d761ed9c79
commit
667f46711c
2
FAQ
2
FAQ
|
|
@ -1,4 +1,4 @@
|
|||
Ngspice F.A.Q.Version 2.3 (ngspice-31 release)
|
||||
Ngspice F.A.Q.Version 2.3 (ngspice-32 release)
|
||||
|
||||
Maintained by Holger Vogt
|
||||
Last update: 09-14-2018
|
||||
|
|
|
|||
7
NEWS
7
NEWS
|
|
@ -1,3 +1,10 @@
|
|||
Ngspice-32, Apr 25th, 2020
|
||||
============
|
||||
|
||||
- New features:
|
||||
+ if a subcircuit is defined more than once, only read the first one and discard the others
|
||||
+ vbic model implementation including self-heating effect
|
||||
|
||||
Ngspice-31, Sep 22nd, 2019
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# ---------------
|
||||
|
||||
# Initialisation of configure
|
||||
AC_INIT([ngspice], [31+], [http://ngspice.sourceforge.net/bugrep.html])
|
||||
AC_INIT([ngspice], [32], [http://ngspice.sourceforge.net/bugrep.html])
|
||||
|
||||
# Unique file in the source directory
|
||||
AC_CONFIG_SRCDIR([src/ngspice.c])
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@
|
|||
#define PACKAGE "ngspice"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "31+" //" 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 PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html"
|
||||
|
|
|
|||
Loading…
Reference in New Issue