summaryrefslogtreecommitdiffstats
path: root/config.d.in
diff options
context:
space:
mode:
authorGravatar mszulecki2007-02-26 02:28:05 +0000
committerGravatar mszulecki2007-02-26 02:28:05 +0000
commit09f526cd1dc150b10db6439d2f1dbb0d3107060c (patch)
tree0ce421c2f8555463e4ff97518ef07274046d4625 /config.d.in
parentde41ac9f6d7d3ee046719d69adf504b02ead30a2 (diff)
downloaddskel-09f526cd1dc150b10db6439d2f1dbb0d3107060c.tar.gz
dskel-09f526cd1dc150b10db6439d2f1dbb0d3107060c.tar.bz2
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
Diffstat (limited to 'config.d.in')
-rw-r--r--config.d.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.d.in b/config.d.in
index 0e84400..da86825 100644
--- a/config.d.in
+++ b/config.d.in
@@ -9,3 +9,4 @@ s PACKAGE_STRING = "@PACKAGE_STRING@";
s PACKAGE_TARNAME = "@PACKAGE_TARNAME@";
s VERSION = "@VERSION@";
s GDC = "@GDC@";
+s GDC_VERSION = "@GDC_VERSION@";