We are now developing ngspice-35+

This commit is contained in:
Holger Vogt 2021-08-09 11:21:44 +02:00
parent 51cc21de16
commit bdd8991d84
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -449,7 +449,7 @@
#define PACKAGE "ngspice"
/* Version number of package */
#define VERSION "35" //" Built on " __DATE__ " at " __TIME__
#define VERSION "35+" //" Built on " __DATE__ " at " __TIME__
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html"