From c35879d3cf267f0bb518733276a4773662715908 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 23 Dec 2018 13:55:45 +0100 Subject: [PATCH] prepare ngspice-30 --- src/sharedspice.c | 2 +- visualc/src/include/ngspice/config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 071ab0951..6b7099b69 100644 --- a/src/sharedspice.c +++ b/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 diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 4e8b525e7..29fdf0f76 100644 --- a/visualc/src/include/ngspice/config.h +++ b/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 */