Skip to content

Commit

Permalink
Merge branch 'gnudatalanguage:master' into enamble_autoprint_for_stru…
Browse files Browse the repository at this point in the history
…ctures
  • Loading branch information
GillesDuvert authored Dec 22, 2024
2 parents b9fd3a2 + a4f27a5 commit 8e7fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initsysvar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ namespace SysVar
ver->NewTag("OS_NAME", new DStringGDL(SysName));
#endif

ver->NewTag("RELEASE", new DStringGDL( "8.5.1")); //changed since /NAN is no mere needed.
ver->NewTag("RELEASE", new DStringGDL( "7.0")); //Reasonable value as we do not have the new graphic functions.
ver->NewTag("BUILD_DATE", new DStringGDL(BUILD_DATE));
ver->NewTag("MEMORY_BITS", new DIntGDL( sizeof(BaseGDL*)*8));
ver->NewTag("FILE_OFFSET_BITS", new DIntGDL( sizeof(SizeT)*8));
Expand Down

0 comments on commit 8e7fc90

Please sign in to comment.