Browse Source

We are developing towards ngspice-42

pre-master-46
Holger Vogt 3 years ago
parent
commit
d5ceced24d
  1. 2
      configure.ac
  2. 2
      src/include/ngspice/sharedspice.h
  3. 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], [41])
m4_define([ngspice_major_version], [41+])
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
src/include/ngspice/sharedspice.h

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

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 "41"
#define VERSION "41+"
/* Define the directory for executables */ /* Define the directory for executables */
#define NGSPICEBINDIR "../bin" #define NGSPICEBINDIR "../bin"

Loading…
Cancel
Save