Browse Source

version 21plus

pre-master-46
h_vogt 16 years ago
parent
commit
1d1f10e560
  1. 1
      ChangeLog
  2. 2
      configure.in
  3. 4
      visualc/include/config.h

1
ChangeLog

@ -1,5 +1,6 @@
2010-06-22 Holger Vogt 2010-06-22 Holger Vogt
* b4soild.c: line 7598 double assignment of Cbg1 removed * b4soild.c: line 7598 double assignment of Cbg1 removed
* configure.in, /visaulc/include/config.h: version 21plus
============================ Rework-21 ================================== ============================ Rework-21 ==================================
2010-06-20 Holger Vogt 2010-06-20 Holger Vogt

2
configure.in

@ -12,7 +12,7 @@ dnl Initialisation
dnl --------------- dnl ---------------
dnl Initialisation of configure 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 dnl Unique file in the source directory
AC_CONFIG_SRCDIR([src/ngspice.c]) AC_CONFIG_SRCDIR([src/ngspice.c])

4
visualc/include/config.h

@ -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 21"
#define PACKAGE_STRING "ngspice 21plus"
/* 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 "21"
#define PACKAGE_VERSION "21plus"
/* Define if we want predictor algorithm */ /* Define if we want predictor algorithm */
/* #undef PREDICTOR */ /* #undef PREDICTOR */

Loading…
Cancel
Save