From 09f526cd1dc150b10db6439d2f1dbb0d3107060c Mon Sep 17 00:00:00 2001 From: mszulecki Date: Mon, 26 Feb 2007 02:28:05 +0000 Subject: Add gdc version to config.d and show it in helloworld. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@17 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- src/helloworld.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/helloworld.d') diff --git a/src/helloworld.d b/src/helloworld.d index 05ed01b..db25741 100755 --- a/src/helloworld.d +++ b/src/helloworld.d @@ -13,6 +13,8 @@ void main(char[][] args) writefln(HelloWorldFactory.getName() ~ ", " ~ HelloWorldSharedObjectFactory.getVersion() ~ " " ~ config.VERSION); + writefln("Compiled using: " ~ config.GDC_VERSION); + // auto type inference and built-in foreach foreach (argc, argv; args) { -- cgit v1.1-32-gdbae