version 21
This commit is contained in:
parent
ce1be5509e
commit
ffb7c96f4f
|
|
@ -1,3 +1,6 @@
|
||||||
|
2010-06-12 Holger Vogt
|
||||||
|
* /visualc/include/config.h: update to version 21
|
||||||
|
|
||||||
2010-06-11 Holger Vogt
|
2010-06-11 Holger Vogt
|
||||||
* DEVICES: update 4.6.5
|
* DEVICES: update 4.6.5
|
||||||
/man/man1/ngnutmeg.1 ngspice.1: updated with link to actual
|
/man/man1/ngnutmeg.1 ngspice.1: updated with link to actual
|
||||||
|
|
|
||||||
|
|
@ -448,7 +448,7 @@
|
||||||
#define NGSPICEBINDIR "C:/Spice/bin"
|
#define NGSPICEBINDIR "C:/Spice/bin"
|
||||||
|
|
||||||
/* Define the build date */
|
/* Define the build date */
|
||||||
#define NGSPICEBUILDDATE "Tue Sep 23 22:09:55 GMT 2008"
|
#define NGSPICEBUILDDATE "Sat Jun 12 17:01:55 GMT 2010"
|
||||||
|
|
||||||
/* Define the directory for architecture independent data files */
|
/* Define the directory for architecture independent data files */
|
||||||
#define NGSPICEDATADIR "C:/Spice/share/ngspice"
|
#define NGSPICEDATADIR "C:/Spice/share/ngspice"
|
||||||
|
|
@ -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 20"
|
#define PACKAGE_STRING "ngspice 21"
|
||||||
|
|
||||||
/* 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 "20"
|
#define PACKAGE_VERSION "21"
|
||||||
|
|
||||||
/* 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 "20"
|
#define VERSION "21"
|
||||||
|
|
||||||
/* 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