summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2015-02-09 19:29:56 +0100
committerJoel Rosdahl <joel@rosdahl.net>2015-02-09 19:31:03 +0100
commit97c116bc9461a37ac9466e304bc86fcc324fa2c8 (patch)
treec342492235b820ef41394b3e17260f7b80a48800
parent7af8b7a6ed3573ce9713ddbb967a63eaf8c52065 (diff)
downloadminiircd-97c116bc9461a37ac9466e304bc86fcc324fa2c8.tar.gz
miniircd-97c116bc9461a37ac9466e304bc86fcc324fa2c8.zip
Prepare for v1.0
-rw-r--r--CHANGES2
-rwxr-xr-xminiircd2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c286715..4f644c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Unreleased
+1.0 (2015-02-09)
* Added support for the LUSERS command (by Alex Wright).
* Added basic SSL support (by Leandro Lucarella).
diff --git a/miniircd b/miniircd
index 413b6c0..f43bcfc 100755
--- a/miniircd
+++ b/miniircd
@@ -20,7 +20,7 @@
#
# Joel Rosdahl <joel@rosdahl.net>
-VERSION = "0.4"
+VERSION = "1.0"
import os
import re