diff options
author | Peter Powell <petpow@saberuk.com> | 2016-09-02 19:43:53 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 22:13:22 +0200 |
commit | b8d85c62517da91cf49428a419eca10cf82682f2 (patch) | |
tree | a3333756ed759aa1bed0b1362607f422cfe47f73 /src/inspircd.cpp | |
parent | 458ea2029cf36e9e8d3c7b7d0176e365234c018a (diff) |
Update stuff for the new versioning system.
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5d4d8081f..5fe2ef076 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -326,7 +326,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : if (do_version) { - std::cout << std::endl << INSPIRCD_VERSION << " " << INSPIRCD_REVISION << std::endl; + std::cout << std::endl << INSPIRCD_VERSION << std::endl; Exit(EXIT_STATUS_NOERROR); } |