From 283a3f789bf016dfb827aacf157f0277e941d318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 26 Sep 2013 14:32:41 +0000 Subject: [PATCH] new library for arguments - old typo; refs #6 --- src/version.cxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.cxx.in b/src/version.cxx.in index 89d7fbf..ecbde21 100644 --- a/src/version.cxx.in +++ b/src/version.cxx.in @@ -7,7 +7,7 @@ #include -namespace xml { +namespace mrw { std::string version() { return "@PACKAGENAME@-@VERSION@"; }