From d8c3c2dd98470eaf890d816c61072cbe1b073f7b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 12 Aug 2026 17:48:56 +0200 Subject: [PATCH] Develloping towards ngspice-48 --- 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 7622d7b56..f9d878afc 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # problem to the user. AC_PREREQ([2.70]) -m4_define([ngspice_major_version], [47]) +m4_define([ngspice_major_version], [47+]) 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 c80d77ab1..b9659ae14 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -124,7 +124,7 @@ are of type bool if sharedspice.h is used externally. */ #ifndef NGSPICE_PACKAGE_VERSION -#define NGSPICE_PACKAGE_VERSION "47" +#define NGSPICE_PACKAGE_VERSION "47+" #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 0db25a7f6..674a67aa4 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -16,7 +16,7 @@ #define PACKAGE "ngspice" /* Version number of package */ -#define VERSION "47" +#define VERSION "47+" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"