Browse Source

Rename the ngspice version information offered in sharedspice.h

pre-master-46
Holger Vogt 5 years ago
parent
commit
462534a0fb
  1. 4
      src/include/ngspice/sharedspice.h

4
src/include/ngspice/sharedspice.h

@ -88,8 +88,8 @@ request to the caller or an request for exiting upon error,
done by callback function ngexit().
*/
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "34+"
#ifndef NGSPICE_PACKAGE_VERSION
#define NGSPICE_PACKAGE_VERSION "34+"
#endif
#ifndef NGSPICE_DLL_H

Loading…
Cancel
Save