prepare ngspice-30

This commit is contained in:
Holger Vogt 2018-12-23 13:55:45 +01:00
parent e18598520e
commit c35879d3cf
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 */