[sword-cvs] sword/src/utilfuns swversion.cpp,1.5,1.6
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 10 Feb 2004 09:36:01 -0700
Update of /cvs/core/sword/src/utilfuns
In directory www:/tmp/cvs-serv22975/src/utilfuns
Modified Files:
swversion.cpp
Log Message:
Lib version is now only defined in one place (configure.ac) (comitted by jansorg)
Index: swversion.cpp
===================================================================
RCS file: /cvs/core/sword/src/utilfuns/swversion.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- swversion.cpp 27 Jun 2003 01:41:08 -0000 1.5
+++ swversion.cpp 10 Feb 2004 16:35:58 -0000 1.6
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <swversion.h>
#include <stdio.h>
#include <stdlib.h>
@@ -5,7 +7,7 @@
SWORD_NAMESPACE_START
-SWVersion SWVersion::currentVersion(SWORDVER);
+SWVersion SWVersion::currentVersion( VERSION );
/******************************************************************************
* SWVersion c-tor - Constructs a new SWVersion