mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 21:05:14 -05:00
Use cpversion.h instead of version.h to reduce name clashing in headers
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ int get_debug_level(void){return debug_level;}
|
||||
|
||||
//// This is very hacky, but pull the git revision from the file
|
||||
#include "gitrevision.h" // Contents are like "std::string gitrevision = "aa121435436ggregrea4t43t433";"
|
||||
#include "version.h" // Contents are like "char version [] = "2.5";"
|
||||
#include "cpversion.h" // Contents are like "char version [] = "2.5";"
|
||||
|
||||
//int global_Phase = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user