summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2015-07-20 06:24:12 +0000
committerPeter von Kaehne <refdoc@gmx.net>2015-07-20 06:24:12 +0000
commitae23223242e0147e32ae0e5bad97110beaa3755f (patch)
tree78ba65aab2b1acb52d33e96b1a768d0b512d453a /modules
parent86f16f7f80c681106088c39c1261e443d910f101 (diff)
downloadsword-tools-ae23223242e0147e32ae0e5bad97110beaa3755f.tar.gz
added line to automatically add SwordVersionDate
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@498 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/conf/confmaker.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index e55475a..1f4710c 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -218,6 +218,7 @@ if (@inputFile>0) {
elsif (!$makefile){
print "Version=1.0\n";
print "History=1.0 First release\n";
+ print "SwordVersionDate=".`date +"%F"`;
print "DistributionLicense=copyrighted. Do not distribute\n";
print "Description=".$doc_name." Bible in ".$doc_lang_name."\n";
print "About=".$doc_name." Bible in ".$doc_lang_name."\n";