summaryrefslogtreecommitdiff
path: root/include/swversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swversion.h')
-rw-r--r--include/swversion.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/include/swversion.h b/include/swversion.h
index d3c0ab1..2235a66 100644
--- a/include/swversion.h
+++ b/include/swversion.h
@@ -1,9 +1,11 @@
/******************************************************************************
- * swversion.h - definition of class SWVersion used to compare version info
*
- * $Id: swversion.h 1763 2005-04-03 23:57:03Z scribe $
+ * swversion.h - definition of class SWVersion used to compare version
+ * info
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: swversion.h 3007 2014-01-14 04:47:16Z greg.hellings $
+ *
+ * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -22,6 +24,13 @@
#ifndef SWVERSION_H
#define SWVERSION_H
+#define SWORD_VERSION_NUM 107002000
+#define SWORD_VERSION_STR "1.7.2"
+#define SWORD_VERSION_MAJOR 1
+#define SWORD_VERSION_MINOR 7
+#define SWORD_VERSION_MICRO 2
+#define SWORD_VERSION_NANO 0
+
#include <defs.h>
SWORD_NAMESPACE_START