mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 16:00:39 +01:00
Refactored version() function in Parser class due to clashes with defines
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
|||||||
* Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md
|
* Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md
|
||||||
* for the changelog.
|
* for the changelog.
|
||||||
*/
|
*/
|
||||||
static const std::string VERSION() { static const std::string v = "1.2.0"; return v; }
|
static const std::string version() { static const std::string v = "1.2.0"; return v; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ctor
|
* ctor
|
||||||
|
|||||||
Reference in New Issue
Block a user