We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86806a3 commit 93ca3eaCopy full SHA for 93ca3ea
src/initsysvar.cpp
@@ -656,7 +656,7 @@ namespace SysVar
656
657
// !GDL (to allow distinguish IDL/GDL with DEFSYSV, '!gdl', exists=exists )
658
DStructGDL* gdlStruct = new DStructGDL( "!GNUDATALANGUAGE");
659
- gdlStruct->NewTag("RELEASE", new DStringGDL( VERSION));
+ gdlStruct->NewTag("RELEASE", new DStringGDL( VERSION + (VERSION[0] == 'v' ? 1 : 0)));
660
661
// creating an explicit build date in !GDL (also exist in !version)
662
gdlStruct->NewTag("BUILD_DATE", new DStringGDL(BUILD_DATE));
0 commit comments