summaryrefslogtreecommitdiff
path: root/src/KM_util.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2008-08-09 01:09:50 +0000
committerjhurst <>2008-08-09 01:09:50 +0000
commit4e404673b69a7e2772579788a0b55c7037cee314 (patch)
treed6f05d45f382506786ba737adaa254433d1abb97 /src/KM_util.cpp
parent7827a7e7572601440568788cb028ee883498fa15 (diff)
The following changes have been checked into napali:
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug 2. KM_log.cpp now uses mutex protection for the global default LogSink 3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because... 4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
Diffstat (limited to 'src/KM_util.cpp')
-rwxr-xr-xsrc/KM_util.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp
index b860b64..b12d702 100755
--- a/src/KM_util.cpp
+++ b/src/KM_util.cpp
@@ -39,6 +39,13 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <map>
#include <string>
+const char*
+Kumu::Version()
+{
+ return PACKAGE_VERSION;
+}
+
+
//------------------------------------------------------------------------------------------
// Result_t Internals