Browse Source

We are developing towards ngspice-43

pre-master-46
Holger Vogt 2 years ago
parent
commit
a4ae81ec06
  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], [42])
m4_define([ngspice_major_version], [42+])
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

@ -107,7 +107,7 @@ are of type bool if sharedspice.h is used externally.
*/ */
#ifndef NGSPICE_PACKAGE_VERSION #ifndef NGSPICE_PACKAGE_VERSION
#define NGSPICE_PACKAGE_VERSION "42"
#define NGSPICE_PACKAGE_VERSION "42+"
#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 "42"
#define VERSION "42+"
/* Define the directory for executables */ /* Define the directory for executables */
#define NGSPICEBINDIR "../bin" #define NGSPICEBINDIR "../bin"

Loading…
Cancel
Save