From d1605d5a7f60f5a6b58d559bed376a710855fa31 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 28 Oct 2022 17:04:17 +0200 Subject: [PATCH 1/3] New Age: Function ngCM_Input_Path added to the shared ngspice interface, backward compatible. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3bf23299c..19a0a3a03 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ LT_INIT([shared static]) LT_NGSPICE_CURRENT=0 LT_NGSPICE_REVISION=5 -LT_NGSPICE_AGE=0 +LT_NGSPICE_AGE=1 LIBNGSPICE_SO_VERSION=$LT_NGSPICE_CURRENT.$LT_NGSPICE_REVISION.$LT_NGSPICE_AGE # Announce the libtool version From 5bf6894d58f275a1e01b205ad43cb7da4deea681 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 29 Oct 2022 15:48:58 +0200 Subject: [PATCH 2/3] Add info on new function ngCM_Input_Path --- src/include/ngspice/sharedspice.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index ee67ab30d..8b8c771b2 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -45,6 +45,11 @@ The caller may then directly assess the vector data (but probably should not modify them). ***************** If XSPICE is enabled ************************************* +** +ngCM_Input_Path(const char*) +sets the input path for files loaded by code models. +If NULL is sent, return the current Infile_Path. + ** ngGet_Evt_NodeInfo(char*) receives the name of a event node vector (may be in the form 'vectorname' or From 9bab229e7b98d67094135bc7ea9cb6cd01f70fa8 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 6 Nov 2022 11:23:17 +0100 Subject: [PATCH 3/3] We are developing towards ngspice-39 --- configure.ac | 2 +- src/include/ngspice/sharedspice.h | 2 +- visualc/src/include/ngspice/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 19a0a3a03..a4e3dca72 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # problem to the user. AC_PREREQ([2.59]) -m4_define([ngspice_major_version], [38]) +m4_define([ngspice_major_version], [38+]) m4_define([ngspice_minor_version], [0]) m4_define([ngspice_version], [ngspice_major_version]) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index 8b8c771b2..77a048150 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -97,7 +97,7 @@ are of type bool if sharedspice.h is used externally. */ #ifndef NGSPICE_PACKAGE_VERSION -#define NGSPICE_PACKAGE_VERSION "38" +#define NGSPICE_PACKAGE_VERSION "38+" #endif /* we have NG_BOOL instead of BOOL */ #ifndef HAS_NG_BOOL diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 22b371009..fcfbee658 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -15,7 +15,7 @@ #define PACKAGE "ngspice" /* Version number of package */ -#define VERSION "38" +#define VERSION "38+" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"