version 21

This commit is contained in:
h_vogt 2010-06-12 15:10:13 +00:00
parent ce1be5509e
commit ffb7c96f4f
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
2010-06-12 Holger Vogt
* /visualc/include/config.h: update to version 21
2010-06-11 Holger Vogt
* DEVICES: update 4.6.5
/man/man1/ngnutmeg.1 ngspice.1: updated with link to actual

View File

@ -448,7 +448,7 @@
#define NGSPICEBINDIR "C:/Spice/bin"
/* 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 NGSPICEDATADIR "C:/Spice/share/ngspice"
@ -472,13 +472,13 @@
#define PACKAGE_NAME "ngspice"
/* 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 PACKAGE_TARNAME "ngspice"
/* Define to the version of this package. */
#define PACKAGE_VERSION "20"
#define PACKAGE_VERSION "21"
/* Define if we want predictor algorithm */
/* #undef PREDICTOR */
@ -533,7 +533,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "20"
#define VERSION "21"
/* Define if we want spice2 sensitivity analysis */
/* #undef WANT_SENSE2 */