[sword-svn] r2997 - trunk/include
chrislit at crosswire.org
chrislit at crosswire.org
Mon Dec 30 02:35:51 MST 2013
Author: chrislit
Date: 2013-12-30 02:35:50 -0700 (Mon, 30 Dec 2013)
New Revision: 2997
Modified:
trunk/include/swversion.h
Log:
fixed version number
Modified: trunk/include/swversion.h
===================================================================
--- trunk/include/swversion.h 2013-12-28 06:40:01 UTC (rev 2996)
+++ trunk/include/swversion.h 2013-12-30 09:35:50 UTC (rev 2997)
@@ -24,11 +24,11 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 106904000
-#define SWORD_VERSION_STR "1.6.904"
+#define SWORD_VERSION_NUM 107001000
+#define SWORD_VERSION_STR "1.7.1"
#define SWORD_VERSION_MAJOR 1
-#define SWORD_VERSION_MINOR 6
-#define SWORD_VERSION_MICRO 904
+#define SWORD_VERSION_MINOR 7
+#define SWORD_VERSION_MICRO 1
#define SWORD_VERSION_NANO 0
#include <defs.h>
More information about the sword-cvs
mailing list