Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla

Bug 89

Summary: Add DMD version to --version output
Product: GDC Reporter: Mike <slavo5150>
Component: gdcAssignee: Iain Buclaw <ibuclaw>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: johannespfau, lains
Priority: ---    
Version: development   
Hardware: All   
OS: All   

Description Mike 2014-01-12 07:57:41 CET
It's helpful to know what DMD version each GDC binary is based on.  Please add the DMD version to the --version output.
Comment 1 Johannes Pfau 2014-04-12 09:03:11 CEST
Read the discussion in #38 for more information.

You can either use __VERSION__:
http://dpaste.dzfl.pl/764e628597e3

Or you can set --with-pkgversion= when compiling gdc. See http://gcc.gnu.org/install/configure.html

*** This bug has been marked as a duplicate of bug 38 ***
Comment 2 Johannes Pfau 2018-08-26 22:25:48 CEST
*** Bug 304 has been marked as a duplicate of this bug. ***