We developing towards ngspice-38

The intermediate stage is named 37+
This commit is contained in:
Holger Vogt 2022-06-23 08:33:01 +02:00
parent c4efe2e3ac
commit 0faf386d45
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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