summaryrefslogtreecommitdiff
path: root/include/swversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swversion.h')
-rw-r--r--include/swversion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/swversion.h b/include/swversion.h
index 2235a66..5f71dab 100644
--- a/include/swversion.h
+++ b/include/swversion.h
@@ -3,7 +3,7 @@
* swversion.h - definition of class SWVersion used to compare version
* info
*
- * $Id: swversion.h 3007 2014-01-14 04:47:16Z greg.hellings $
+ * $Id: swversion.h 3156 2014-04-17 03:50:37Z greg.hellings $
*
* Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -24,11 +24,11 @@
#ifndef SWVERSION_H
#define SWVERSION_H
-#define SWORD_VERSION_NUM 107002000
-#define SWORD_VERSION_STR "1.7.2"
+#define SWORD_VERSION_NUM 107003000
+#define SWORD_VERSION_STR "1.7.3"
#define SWORD_VERSION_MAJOR 1
#define SWORD_VERSION_MINOR 7
-#define SWORD_VERSION_MICRO 2
+#define SWORD_VERSION_MICRO 3
#define SWORD_VERSION_NANO 0
#include <defs.h>