summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2016-01-04 01:10:20 +0000
committerPeter von Kaehne <refdoc@gmx.net>2016-01-04 01:10:20 +0000
commit34ec20b56ae5291fa91f135d0531ac709ea6a834 (patch)
tree56cab044e8962ff413787fd2881e2b5fdf8f1bbf
parent25fb4fef8c03b37d8bcfa36777707fe3701d969e (diff)
downloadsword-tools-34ec20b56ae5291fa91f135d0531ac709ea6a834.tar.gz
correction to history entry Thanks DM!
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@510 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 2d25165..ae4ebe4 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -262,5 +262,5 @@ elsif (!$makefile){
print "Description=".$doc_name." Bible in ".$doc_lang_name."\n";
print "About=".$doc_name." Bible in ".$doc_lang_name."\n";
print "Version=1.0\n";
- print "History=1.0 First release\n";
+ print "History_1.0=First release\n";
}