[sword-svn] r2043 - trunk/utilities

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Tue May 1 10:34:59 MST 2007


Author: dmsmith
Date: 2007-05-01 10:34:58 -0700 (Tue, 01 May 2007)
New Revision: 2043

Modified:
   trunk/utilities/osis2mod.cpp
Log:
Added version identification to the running of osis2mod

Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp	2007-04-28 02:42:30 UTC (rev 2042)
+++ trunk/utilities/osis2mod.cpp	2007-05-01 17:34:58 UTC (rev 2043)
@@ -28,6 +28,8 @@
 // Debug for simple transformation stack
 //#define DEBUG2
 
+const char* VERSION_STRING = "$Id$";
+
 #ifndef NO_SWORD_NAMESPACE
 using namespace sword;
 #endif
@@ -627,6 +629,8 @@
 
 int main(int argc, char **argv) {
 
+	fprintf(stderr, "You are running osis2mod: $Rev$\n");
+
 	// Let's test our command line arguments
 	if (argc < 3) {
 		fprintf(stderr,


Property changes on: trunk/utilities/osis2mod.cpp
___________________________________________________________________
Name: svn:keywords
   - author date id
   + Author Date Id Rev




More information about the sword-cvs mailing list