Improve notation for version numbers.
This commit is contained in:
parent
ef682b99d9
commit
34d49c9591
2 changed files with 3 additions and 3 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue