Rename the ngspice version information offered in sharedspice.h

This commit is contained in:
Holger Vogt 2021-02-12 10:06:44 +01:00
parent 99a7bfd8fe
commit 462534a0fb
1 changed files with 2 additions and 2 deletions

View File

@ -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