We develop towards ngspice-47

This commit is contained in:
Holger Vogt 2026-03-30 16:08:41 +02:00
parent 4feeb94b12
commit 499c1d3dca
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
# problem to the user. # problem to the user.
AC_PREREQ([2.70]) AC_PREREQ([2.70])
m4_define([ngspice_major_version], [46]) m4_define([ngspice_major_version], [46+])
m4_define([ngspice_minor_version], [0]) m4_define([ngspice_minor_version], [0])
m4_define([ngspice_version], m4_define([ngspice_version],
[ngspice_major_version]) [ngspice_major_version])

View File

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

View File

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