Improve notation for version numbers.

This commit is contained in:
Thulinma 2012-05-11 19:01:39 +02:00
parent ef682b99d9
commit 34d49c9591
2 changed files with 3 additions and 3 deletions

View file

@ -223,7 +223,7 @@ void CheckConfig(JSON::Value & in, JSON::Value & out){
}
}
out = in;
out["version"] = TOSTRING(PACKAGE_VERSION);
out["version"] = PACKAGE_VERSION;
}
bool streamsEqual(JSON::Value & one, JSON::Value & two){