new library for arguments - old typo; refs #6

This commit is contained in:
Marc Wäckerlin
2013-09-26 14:32:41 +00:00
parent fbe6874579
commit 283a3f789b

View File

@@ -7,7 +7,7 @@
#include <string> #include <string>
namespace xml { namespace mrw {
std::string version() { std::string version() {
return "@PACKAGENAME@-@VERSION@"; return "@PACKAGENAME@-@VERSION@";
} }