From 462534a0fba16fa0d6a99fb42405c87116b998a2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 12 Feb 2021 10:06:44 +0100 Subject: [PATCH] Rename the ngspice version information offered in sharedspice.h --- src/include/ngspice/sharedspice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index 3cf85bbd9..00c2eabbf 100644 --- a/src/include/ngspice/sharedspice.h +++ b/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