Move inline definitions out of the main header file; Add accessors for version field.

This commit is contained in:
Marko Zivanovic
2015-10-12 23:59:23 +02:00
parent 2dd59e5977
commit 6f2d8c6a72
8 changed files with 225 additions and 68 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ SOFTWARE.
#include <functional>
#include <map>
#include "version.h"
#include "semver200.h"
using namespace std;