Browse Source

tclspice.c, ngspice.pm, config.h in visualc: prepare ngspice-25

pre-master-46
h_vogt 13 years ago
parent
commit
298f9ceaa9
  1. 2
      src/tclspice.c
  2. 2
      tests/bin/ngspice.pm
  3. 8
      visualc/include/ngspice/config.h

2
src/tclspice.c

@ -15,7 +15,7 @@
#define TCLSPICE_prefix "spice::"
#define TCLSPICE_namespace "spice"
#ifdef _MSC_VER
#define TCLSPICE_version "18.1"
#define TCLSPICE_version "25.1"
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2

2
tests/bin/ngspice.pm

@ -14,7 +14,7 @@ $netlistFile="ngspiceCkt";
use strict;
sub version {
return("24"); # the version only seems to be printed in interactive mode
return("25"); # the version only seems to be printed in interactive mode
}
sub runNoiseTest {

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. 2008, Nov. 2009 */
/* HVo Dec. 2012 */
/* 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 24"
#define PACKAGE_STRING "ngspice 25"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ngspice"
/* Define to the version of this package. */
#define PACKAGE_VERSION "24"
#define PACKAGE_VERSION "25"
/* Define if we want predictor algorithm */
/* #undef PREDICTOR */
@ -533,7 +533,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "24"
#define VERSION "25"
/* Define if we want spice2 sensitivity analysis */
/* #undef WANT_SENSE2 */

Loading…
Cancel
Save