From bfb520086d108c09a159e89bf42193d1b5c86956 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 13 Aug 2023 11:56:35 +0200 Subject: [PATCH] Prepare ngspice-41 --- visualc/src/include/ngspice/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 804859e93..7150fba95 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 "40+" +#define VERSION "41" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"