www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - How to dump the defaults version and debug names

I would like to know if there is a way to dump the default 
version and debug names.

Like listing default macros in gcc
echo "int main(){return 0;}" | gcc -E -dM -

I am missing the version values name of the compiler release 
(like dmd-2.060).

Thank you.
Apr 30 2013