[sword-svn] r3107 - trunk/utilities/diatheke
chrislit at crosswire.org
chrislit at crosswire.org
Wed Mar 12 00:50:20 MST 2014
Author: chrislit
Date: 2014-03-12 00:50:20 -0700 (Wed, 12 Mar 2014)
New Revision: 3107
Modified:
trunk/utilities/diatheke/README
trunk/utilities/diatheke/diatheke.cpp
Log:
bumped copyright & version number for next release since much has changed in diatheke since 1.7.0
Modified: trunk/utilities/diatheke/README
===================================================================
--- trunk/utilities/diatheke/README 2014-03-12 06:10:24 UTC (rev 3106)
+++ trunk/utilities/diatheke/README 2014-03-12 07:50:20 UTC (rev 3107)
@@ -47,6 +47,8 @@
----------------------------------------------------------------------
VERSION HISTORY
+4.7
+
4.6 July 16, 2013
Updated for Sword 1.7.0.
@@ -75,7 +77,7 @@
COPYRIGHT
The Diatheke Suite and its components, Diatheke, Diatheke/CGI, and
-Diatheke/Tcl are Copyright 1999-2013 by CrossWire Bible Society.
+Diatheke/Tcl are Copyright 1999-2014 by CrossWire Bible Society.
HANDiatheke is Copyright 2000-2001 by CrossWire Bible Society.
The Diatheke Suite and all of its components are licensed through
the GNU General Public License and are intended for free distribution.
Modified: trunk/utilities/diatheke/diatheke.cpp
===================================================================
--- trunk/utilities/diatheke/diatheke.cpp 2014-03-12 06:10:24 UTC (rev 3106)
+++ trunk/utilities/diatheke/diatheke.cpp 2014-03-12 07:50:20 UTC (rev 3107)
@@ -4,7 +4,7 @@
*
* $Id$
*
- * Copyright 1999-2013 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 1999-2014 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -21,7 +21,7 @@
*/
/******************************************************************************
- * Diatheke 4.6 by Chris Little <chrislit at crosswire.org>
+ * Diatheke 4.7 by Chris Little <chrislit at crosswire.org>
* http://www.crosswire.org/sword/diatheke
*/
@@ -37,8 +37,8 @@
void printsyntax() {
//if we got this far without exiting, something went wrong, so print syntax
- fprintf (stderr, "Diatheke command-line SWORD frontend Version 4.6\n");
- fprintf (stderr, "Copyright 1999-2013 by the CrossWire Bible Society\n");
+ fprintf (stderr, "Diatheke command-line SWORD frontend Version 4.7\n");
+ fprintf (stderr, "Copyright 1999-2014 by the CrossWire Bible Society\n");
fprintf (stderr, "http://www.crosswire.org/sword/diatheke/\n");
fprintf (stderr, "\n");
fprintf (stderr, "usage: diatheke <-b module_name> [-s search_type] [-r search_range]\n");
More information about the sword-cvs
mailing list