diff options
| author | 2016-09-02 19:43:53 +0100 | |
|---|---|---|
| committer | 2016-09-02 22:13:22 +0200 | |
| commit | b8d85c62517da91cf49428a419eca10cf82682f2 (patch) | |
| tree | a3333756ed759aa1bed0b1362607f422cfe47f73 /src/inspircd.cpp | |
| parent | Bump version to 3.0 in comments and messages (diff) | |
| download | inspircd++-b8d85c62517da91cf49428a419eca10cf82682f2.tar.gz inspircd++-b8d85c62517da91cf49428a419eca10cf82682f2.tar.bz2 inspircd++-b8d85c62517da91cf49428a419eca10cf82682f2.zip | |
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); } |
