diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-01 12:30:18 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-03 14:07:32 +0100 |
commit | 68e5d0a151d8b5ca6577a0053dcda95774bf323a (patch) | |
tree | fa242f9857f0bfec734912de9b1109670408e0e3 | |
parent | b2afa60ad84589279e00605843a12d848925a75d (diff) |
Release v3.0.0.
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | src/version.sh | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -24,13 +24,9 @@ Most InspIRCd users running a UNIX-like system build from source. A guide about Building from source on Windows is generally not recommended but [a guide is available](https://github.com/inspircd/inspircd/blob/master/win/README.txt) if you wish to do this. -<!-- -TODO: uncomment this once we have binary packages for v3. - If you are running on CentOS 7, Debian 7, or Windows binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest). A [Docker](https://www.docker.com) image is also available. See [the inspircd-docker repository](https://github.com/inspircd/inspircd-docker) for more information. ---> Some distributions ship an InspIRCd package in their package managers. We generally do not recommend the use of such packages as in the past distributions have made broken modifications to InspIRCd and not kept their packages up to date with essential security updates. diff --git a/src/version.sh b/src/version.sh index 50a7d5064..b99b4829b 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.0.0-rc2" +echo "InspIRCd-3.0.0" |