Prepare for ngspice-47

This commit is contained in:
Holger Vogt 2026-08-07 23:51:22 +02:00
parent 19b73c0b04
commit 08c44faf1d
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
# problem to the user.
AC_PREREQ([2.70])
m4_define([ngspice_major_version], [46+])
m4_define([ngspice_major_version], [47])
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=15
LT_NGSPICE_REVISION=16
LT_NGSPICE_AGE=0
LIBNGSPICE_SO_VERSION=$LT_NGSPICE_CURRENT.$LT_NGSPICE_REVISION.$LT_NGSPICE_AGE

View File

@ -124,7 +124,7 @@ are of type bool if sharedspice.h is used externally.
*/
#ifndef NGSPICE_PACKAGE_VERSION
#define NGSPICE_PACKAGE_VERSION "46+"
#define NGSPICE_PACKAGE_VERSION "47"
#endif
/* we have NG_BOOL instead of BOOL */
#ifndef HAS_NG_BOOL

View File

@ -16,7 +16,7 @@
#define PACKAGE "ngspice"
/* Version number of package */
#define VERSION "46+"
#define VERSION "47"
/* Define the directory for executables */
#define NGSPICEBINDIR "../bin"