File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/OpenAttributeGraphCxx/Version Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66#include <OpenAttributeGraph/OAGVersion.h>
77
88#if OPENATTRIBUTEGRAPH_RELEASE == OPENATTRIBUTEGRAPH_RELEASE_2024
9- const double OpenAttributeGraphVersionNumber __attribute__ ((used )) = (double )6.0 ;
9+ double OpenAttributeGraphVersionNumber __attribute__ ((used )) = (double )6.0 ;
1010const unsigned char OpenAttributeGraphVersionString [] __attribute__ ((used )) = "@(#)PROAGRAM:OpenAttributeGraph PROJECT:OpenAttributeGraph-6.0.87\n" ;
1111const uint64_t OAGVersion = 0x2001e ;
1212#elif OPENATTRIBUTEGRAPH_RELEASE == OPENATTRIBUTEGRAPH_RELEASE_2021
13- const double OpenAttributeGraphVersionNumber __attribute__ ((used )) = (double )3.2 ;
13+ double OpenAttributeGraphVersionNumber __attribute__ ((used )) = (double )3.2 ;
1414const unsigned char OpenAttributeGraphVersionString [] __attribute__ ((used )) = "@(#)PROAGRAM:OpenAttributeGraph PROJECT:OpenAttributeGraph-3.2.1\n" ;
1515const uint64_t OAGVersion = 0x20014 ;
1616#endif
You can’t perform that action at this time.
0 commit comments