Browse Source

We are developing towards ngspice-41

pre-master-46
Holger Vogt 3 years ago
parent
commit
4a95de5cd7
  1. 2
      configure.ac
  2. 2
      visualc/src/include/ngspice/config.h

2
configure.ac

@ -16,7 +16,7 @@
# problem to the user. # problem to the user.
AC_PREREQ([2.59]) AC_PREREQ([2.59])
m4_define([ngspice_major_version], [40])
m4_define([ngspice_major_version], [40+])
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])

2
visualc/src/include/ngspice/config.h

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

Loading…
Cancel
Save