From 411418e1ca689f095c8ff65fb233e00ba43566c7 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Fri, 3 Jan 2014 11:40:18 +0100 Subject: [PATCH] ngspice-26: substitute 25 --> 26 --- INSTALL | 2 +- configure.ac | 2 +- tests/bin/ngspice.pm | 2 +- visualc-shared/include/ngspice/config.h | 6 +++--- visualc/include/ngspice/config.h | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index 92cca5800..23c1f8775 100644 --- a/INSTALL +++ b/INSTALL @@ -160,7 +160,7 @@ This file describes the procedures to install ngspice from sources. --enable-adms ADMS is an experimental model compiler that translates Verilog-A compact models into C code that can be compiled into - ngspice. This is (as of ngspice-25) still experimental, some + ngspice. This is (as of ngspice-26) still experimental, some features (e.g. noise) are missing. If you want to use it, please refer to the ADMS section on ngspice web site. diff --git a/configure.ac b/configure.ac index 052aaec9f..28c0d6cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # --------------- # Initialisation of configure -AC_INIT([ngspice], [25], [http://ngspice.sourceforge.net/bugrep.html]) +AC_INIT([ngspice], [26], [http://ngspice.sourceforge.net/bugrep.html]) # Unique file in the source directory AC_CONFIG_SRCDIR([src/ngspice.c]) diff --git a/tests/bin/ngspice.pm b/tests/bin/ngspice.pm index d27cb2ccb..23dbe58f3 100644 --- a/tests/bin/ngspice.pm +++ b/tests/bin/ngspice.pm @@ -14,7 +14,7 @@ $netlistFile="ngspiceCkt"; use strict; sub version { - return("25"); # the version only seems to be printed in interactive mode + return("26"); # the version only seems to be printed in interactive mode } sub runNoiseTest { diff --git a/visualc-shared/include/ngspice/config.h b/visualc-shared/include/ngspice/config.h index 70165126d..8a9ed1b17 100644 --- a/visualc-shared/include/ngspice/config.h +++ b/visualc-shared/include/ngspice/config.h @@ -446,13 +446,13 @@ #define PACKAGE_NAME "ngspice" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ngspice 25" +#define PACKAGE_STRING "ngspice 26" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ngspice" /* Define to the version of this package. */ -#define PACKAGE_VERSION "25" +#define PACKAGE_VERSION "26" /* Define if we want predictor algorithm */ /* #undef PREDICTOR */ @@ -507,7 +507,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "25" +#define VERSION "26" /* Define if we want spice2 sensitivity analysis */ /* #undef WANT_SENSE2 */ diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index 346d478fe..554dd739e 100644 --- a/visualc/include/ngspice/config.h +++ b/visualc/include/ngspice/config.h @@ -1,6 +1,6 @@ /* config.h. Adoted from config which was generated by configure using MSYS and MINGW. */ /* Special consideration have been given to MS Visual Studio 2008 requirements. */ -/* HVo Dec. 2012 */ +/* HVo Jan. 2014 */ /* Support for Verilog-A(MS) models */ /* #undef ADMS */ @@ -472,13 +472,13 @@ #define PACKAGE_NAME "ngspice" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ngspice 25" +#define PACKAGE_STRING "ngspice 26" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ngspice" /* Define to the version of this package. */ -#define PACKAGE_VERSION "25" +#define PACKAGE_VERSION "26" /* Define if we want predictor algorithm */ /* #undef PREDICTOR */ @@ -533,7 +533,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "25" +#define VERSION "26" /* Define if we want spice2 sensitivity analysis */ /* #undef WANT_SENSE2 */