[sword-svn] r3745 - trunk/include
scribe at crosswire.org
scribe at crosswire.org
Sun May 17 03:32:25 MST 2020
Author: scribe
Date: 2020-05-17 03:32:25 -0700 (Sun, 17 May 2020)
New Revision: 3745
Modified:
trunk/include/swversion.h
Log:
update swversion
Modified: trunk/include/swversion.h
===================================================================
--- trunk/include/swversion.h 2020-05-17 10:27:26 UTC (rev 3744)
+++ trunk/include/swversion.h 2020-05-17 10:32:25 UTC (rev 3745)
@@ -3,7 +3,7 @@
* swversion.h - definition of class SWVersion used to compare version
* info
*
- * $Id$
+ * $Id: swversion.h.in 2959 2013-08-13 03:55:38Z chrislit $
*
* Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -24,12 +24,12 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 108900000
-#define SWORD_VERSION_STR "1.8.900"
+#define SWORD_VERSION_NUM 1089003744
+#define SWORD_VERSION_STR "1.8.900.3744"
#define SWORD_VERSION_MAJOR 1
#define SWORD_VERSION_MINOR 8
#define SWORD_VERSION_MICRO 900
-#define SWORD_VERSION_NANO 0
+#define SWORD_VERSION_NANO 3744
#include <defs.h>
SWORD_NAMESPACE_START
More information about the sword-cvs
mailing list