Browse Source

prepare ngspice-30

pre-master-46
Holger Vogt 7 years ago
parent
commit
c35879d3cf
  1. 2
      src/sharedspice.c
  2. 6
      visualc/src/include/ngspice/config.h

2
src/sharedspice.c

@ -10,7 +10,7 @@
/*******************/
#ifdef _MSC_VER
#define SHAREDSPICE_version "29.0"
#define SHAREDSPICE_version "30.0"
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2

6
visualc/src/include/ngspice/config.h

@ -455,13 +455,13 @@
#define PACKAGE_NAME "ngspice"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ngspice 29"
#define PACKAGE_STRING "ngspice 30"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ngspice"
/* Define to the version of this package. */
#define PACKAGE_VERSION "29"
#define PACKAGE_VERSION "30"
/* Define if we want predictor algorithm */
/* #undef PREDICTOR */
@ -516,7 +516,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "29"
#define VERSION "30"
/* Define if we want spice2 sensitivity analysis */
/* #undef WANT_SENSE2 */

Loading…
Cancel
Save