From 64dba93b933edbee1e0295caa5698593b78973d7 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 9 Jan 2022 11:57:05 +0100 Subject: [PATCH] We are now developing ngspice-36+ --- src/include/ngspice/sharedspice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index 074716da1..72269c3b3 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -92,7 +92,7 @@ are of type bool if sharedspice.h is used externally. */ #ifndef NGSPICE_PACKAGE_VERSION -#define NGSPICE_PACKAGE_VERSION "36" +#define NGSPICE_PACKAGE_VERSION "36+" #endif /* we have NG_BOOL instead of BOOL */ #ifndef HAS_NG_BOOL