From 311ddeac0dd8d7f27eb59117d75090b6651e72c7 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 24 Mar 2023 22:27:12 +0100 Subject: [PATCH] Prepare for ngspice-40 --- configure.ac | 4 ++-- src/include/ngspice/sharedspice.h | 2 +- visualc/src/include/ngspice/config.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 55da0c74c..8385ce743 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # problem to the user. AC_PREREQ([2.59]) -m4_define([ngspice_major_version], [39+]) +m4_define([ngspice_major_version], [40]) m4_define([ngspice_minor_version], [0]) m4_define([ngspice_version], [ngspice_major_version]) @@ -117,7 +117,7 @@ LT_INIT([shared static]) # --> Set 'LT_NGSPICE_AGE' to 0. LT_NGSPICE_CURRENT=0 -LT_NGSPICE_REVISION=6 +LT_NGSPICE_REVISION=7 LT_NGSPICE_AGE=1 LIBNGSPICE_SO_VERSION=$LT_NGSPICE_CURRENT.$LT_NGSPICE_REVISION.$LT_NGSPICE_AGE diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index a3b4ffed9..d125d8be8 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 "39+" +#define NGSPICE_PACKAGE_VERSION "40" #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 159ebc085..5d98fb7d9 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 "39+" +#define VERSION "40" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin"