[sword-svn] r3168 - in branches/sword-1-7-x: . utilities/diatheke

greg.hellings at crosswire.org greg.hellings at crosswire.org
Wed Apr 16 21:12:53 MST 2014


Author: greg.hellings
Date: 2014-04-16 21:12:53 -0700 (Wed, 16 Apr 2014)
New Revision: 3168

Modified:
   branches/sword-1-7-x/
   branches/sword-1-7-x/utilities/diatheke/README
   branches/sword-1-7-x/utilities/diatheke/diatheke.cpp
Log:
Merging r3107 - version and date bumps for diatheke



Property changes on: branches/sword-1-7-x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:2989-2991,2997,3001-3004,3006,3010-3013,3015-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106
   + /trunk:2989-2991,2997,3001-3004,3006,3010-3013,3015-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3107

Modified: branches/sword-1-7-x/utilities/diatheke/README
===================================================================
--- branches/sword-1-7-x/utilities/diatheke/README	2014-04-17 04:12:12 UTC (rev 3167)
+++ branches/sword-1-7-x/utilities/diatheke/README	2014-04-17 04:12:53 UTC (rev 3168)
@@ -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: branches/sword-1-7-x/utilities/diatheke/diatheke.cpp
===================================================================
--- branches/sword-1-7-x/utilities/diatheke/diatheke.cpp	2014-04-17 04:12:12 UTC (rev 3167)
+++ branches/sword-1-7-x/utilities/diatheke/diatheke.cpp	2014-04-17 04:12:53 UTC (rev 3168)
@@ -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