[dmd-internals] [D-Programming-Language/dmd] 8af79e: Include -devel-HASH(-dirty) in the version string

GitHub noreply at github.com
Wed Mar 20 19:15:09 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 8af79ed98e6f8a7249b88d90f4c74cce222fdf53
      https://github.com/D-Programming-Language/dmd/commit/8af79ed98e6f8a7249b88d90f4c74cce222fdf53
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2013-03-20 (Wed, 20 Mar 2013)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  Include -devel-HASH(-dirty) in the version string

When not compiled with `make RELEASE=1`, the version string will include
a suffix with the exact version information based on the git hash. Also,
if the current working tree is dirty (it have uncommitted changed) an
extra suffix will be added (-dirty).

When using `make RELEASE=1` only the version information present in the
VERSION file will be used.


  Commit: 67bca986ba5487c2ea7f75382820b49cafcb25ee
      https://github.com/D-Programming-Language/dmd/commit/67bca986ba5487c2ea7f75382820b49cafcb25ee
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-03-20 (Wed, 20 Mar 2013)

  Changed paths:
    M src/posix.mak

  Log Message:
  -----------
  Merge pull request #1737 from leandro-lucarella-sociomantic/devel-version

Include -devel-HASH(-dirty) in the version string


Compare: https://github.com/D-Programming-Language/dmd/compare/714e3f21ee5b...67bca986ba54


More information about the dmd-internals mailing list