summaryrefslogtreecommitdiff
path: root/src/utilfuns/swversion.cpp
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
commit7a00574163029c0c2b649878c95d5acbd083564a (patch)
treec13cc5736025834df2874ed87ee8598070025ea6 /src/utilfuns/swversion.cpp
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'src/utilfuns/swversion.cpp')
-rw-r--r--src/utilfuns/swversion.cpp18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/utilfuns/swversion.cpp b/src/utilfuns/swversion.cpp
index fe112db..78a00ba 100644
--- a/src/utilfuns/swversion.cpp
+++ b/src/utilfuns/swversion.cpp
@@ -1,5 +1,10 @@
-/*
- * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+/******************************************************************************
+ *
+ * swversion.cpp - SWVersion: version number utility class
+ *
+ * $Id: swversion.cpp 2980 2013-09-14 21:51:47Z scribe $
+ *
+ * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -15,16 +20,17 @@
*
*/
-#include <config.h>
-
#include <swversion.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
SWORD_NAMESPACE_START
-SWVersion SWVersion::currentVersion( VERSION );
+
+SWVersion SWVersion::currentVersion( SWORD_VERSION_STR );
+
/******************************************************************************
* SWVersion c-tor - Constructs a new SWVersion
@@ -97,4 +103,6 @@ const char *SWVersion::getText() const {
return buf;
}
+
SWORD_NAMESPACE_END
+