Thread overview
Digger 2.4 & DMD 2.070.0
Jan 28, 2016
Robert M. Münch
Jan 28, 2016
Marc Schütz
Jan 29, 2016
Sam Sellars
January 28, 2016
Just compiled the latest release with digger. Everything works without any problems, but the resulting binary shows the following version:

mac-pro:Digger robby$ ./result/bin/dmd --version
DMD64 D Compiler v2.069-devel-682687b
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

I used the following lines with digger and got different numbers at the end of the version information:

mac-pro:Digger robby$ ./digger build

and

mac-pro:Digger robby$ ./digger build v2.070.0

Am I missing something?

BTW: Any chance to update digger to use the latest DMD compiler?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

January 28, 2016
On Thursday, 28 January 2016 at 07:45:01 UTC, Robert M. Münch wrote:
> Just compiled the latest release with digger. Everything works without any problems, but the resulting binary shows the following version:
>
> mac-pro:Digger robby$ ./result/bin/dmd --version
> DMD64 D Compiler v2.069-devel-682687b
> Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

Hmm... I'm about to update the openSUSE package, which builds the archive from [1]. The resulting binary prints a similar version instead of "v2.070.0":

    DMD64 D Compiler v2.069-devel-605be4c

Is the archive wrong, or do I need to do something special to get the right version?

By the way, the copyright line still says "2015".

[1] https://github.com/D-Programming-Language/dmd/archive/v2.070.0.tar.gz
January 29, 2016
On Thursday, 28 January 2016 at 19:31:39 UTC, Marc Schütz wrote:
> On Thursday, 28 January 2016 at 07:45:01 UTC, Robert M. Münch wrote:
>> Just compiled the latest release with digger. Everything works without any problems, but the resulting binary shows the following version:
>>
>> mac-pro:Digger robby$ ./result/bin/dmd --version
>> DMD64 D Compiler v2.069-devel-682687b
>> Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
>
> Hmm... I'm about to update the openSUSE package, which builds the archive from [1]. The resulting binary prints a similar version instead of "v2.070.0":
>
>     DMD64 D Compiler v2.069-devel-605be4c
>
> Is the archive wrong, or do I need to do something special to get the right version?
>
> By the way, the copyright line still says "2015".
>
> [1] https://github.com/D-Programming-Language/dmd/archive/v2.070.0.tar.gz

I'm seeing something similar after installing 2.070.0 with homebrew on OS X.

Running dmd --version.

   DMD64 D Compiler v2.069
   Copyright (c) 1999-2015 by Digital Mars written by Walter Bright