summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-05-01 12:30:18 +0100
committerPeter Powell <petpow@saberuk.com>2019-05-03 14:07:32 +0100
commit68e5d0a151d8b5ca6577a0053dcda95774bf323a (patch)
treefa242f9857f0bfec734912de9b1109670408e0e3
parentb2afa60ad84589279e00605843a12d848925a75d (diff)
Release v3.0.0.
-rw-r--r--README.md4
-rwxr-xr-xsrc/version.sh2
2 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4733e0fde..283ab839f 100644
--- a/README.md
+++ b/README.md
@@ -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"