Browse Source

ngspice-26: substitute 25 --> 26

pre-master-46
h_vogt 12 years ago
committed by rlar
parent
commit
411418e1ca
  1. 2
      INSTALL
  2. 2
      configure.ac
  3. 2
      tests/bin/ngspice.pm
  4. 6
      visualc-shared/include/ngspice/config.h
  5. 8
      visualc/include/ngspice/config.h

2
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.

2
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])

2
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 {

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

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

Loading…
Cancel
Save