From d5ceced24d2d32707d5fed6ce8036a10558d08a8 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 19 Aug 2023 23:54:36 +0200 Subject: [PATCH] We are developing towards ngspice-42 --- 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 86b0cac0b..35739eb81 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # problem to the user. AC_PREREQ([2.59]) -m4_define([ngspice_major_version], [41]) +m4_define([ngspice_major_version], [41+]) 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 8961a6d8d..d25c2c798 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 "41" +#define NGSPICE_PACKAGE_VERSION "41+" #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 b89470676..65874de17 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 "41" +#define VERSION "41+" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"