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

This commit is contained in:
h_vogt 2012-12-23 12:13:38 +01:00
parent fa2ea96eb8
commit 298f9ceaa9
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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