Move version info from sharedspice.c to sharedspice.h

This commit is contained in:
Holger Vogt 2021-02-04 22:08:48 +01:00
parent 0ae9aeec41
commit 99a7bfd8fe
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -10,7 +10,6 @@
/*******************/ /*******************/
#ifdef _MSC_VER #ifdef _MSC_VER
#define SHAREDSPICE_version "34.0"
#define STDIN_FILENO 0 #define STDIN_FILENO 0
#define STDOUT_FILENO 1 #define STDOUT_FILENO 1
#define STDERR_FILENO 2 #define STDERR_FILENO 2