summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-08-20 19:56:56 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-08-21 15:57:06 +0200
commit56451ac44bb14de71e8f0cf5b3d65e3a649dd89f (patch)
treee14efe881bfa21168e8a96af30bbd1cee20ac484
parent91bf510d16eef7da80320315e5a28f60e9d9a269 (diff)
downloadminiircd-56451ac44bb14de71e8f0cf5b3d65e3a649dd89f.tar.gz
miniircd-56451ac44bb14de71e8f0cf5b3d65e3a649dd89f.zip
Correct version number
-rwxr-xr-xminiircd4
1 files changed, 2 insertions, 2 deletions
diff --git a/miniircd b/miniircd
index f804339..7a9eacd 100755
--- a/miniircd
+++ b/miniircd
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# Hey, Emacs! This is -*-python-*-.
#
-# Copyright (C) 2003 Joel Rosdahl
+# Copyright (C) 2003 Joel Rosdahl
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
#
# Joel Rosdahl <joel@rosdahl.net>
-version = "0.1.1"
+version = "0.2.0"
import getopt
import os