version 21plus
This commit is contained in:
parent
81dd27a730
commit
1d1f10e560
|
|
@ -1,5 +1,6 @@
|
|||
2010-06-22 Holger Vogt
|
||||
* b4soild.c: line 7598 double assignment of Cbg1 removed
|
||||
* configure.in, /visaulc/include/config.h: version 21plus
|
||||
|
||||
============================ Rework-21 ==================================
|
||||
2010-06-20 Holger Vogt
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ dnl Initialisation
|
|||
dnl ---------------
|
||||
|
||||
dnl Initialisation of configure
|
||||
AC_INIT(ngspice,21,ngspice-bugs@lists.sourceforge.net)
|
||||
AC_INIT(ngspice,21plus,ngspice-bugs@lists.sourceforge.net)
|
||||
|
||||
dnl Unique file in the source directory
|
||||
AC_CONFIG_SRCDIR([src/ngspice.c])
|
||||
|
|
|
|||
|
|
@ -472,13 +472,13 @@
|
|||
#define PACKAGE_NAME "ngspice"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "ngspice 21"
|
||||
#define PACKAGE_STRING "ngspice 21plus"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "ngspice"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "21"
|
||||
#define PACKAGE_VERSION "21plus"
|
||||
|
||||
/* Define if we want predictor algorithm */
|
||||
/* #undef PREDICTOR */
|
||||
|
|
|
|||
Loading…
Reference in New Issue