From 4a95de5cd7429c408f544d4275350a5b4cbbeb9e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 1 Apr 2023 17:31:59 +0200 Subject: [PATCH] We are developing towards ngspice-41 --- configure.ac | 2 +- visualc/src/include/ngspice/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8385ce743..f7f5f1139 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # problem to the user. AC_PREREQ([2.59]) -m4_define([ngspice_major_version], [40]) +m4_define([ngspice_major_version], [40+]) m4_define([ngspice_minor_version], [0]) m4_define([ngspice_version], [ngspice_major_version]) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 5d98fb7d9..804859e93 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 "40+" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"