diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2011-08-20 19:56:56 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2011-08-21 15:57:06 +0200 |
commit | 56451ac44bb14de71e8f0cf5b3d65e3a649dd89f (patch) | |
tree | e14efe881bfa21168e8a96af30bbd1cee20ac484 | |
parent | 91bf510d16eef7da80320315e5a28f60e9d9a269 (diff) | |
download | miniircd-56451ac44bb14de71e8f0cf5b3d65e3a649dd89f.tar.gz miniircd-56451ac44bb14de71e8f0cf5b3d65e3a649dd89f.zip |
Correct version number
-rwxr-xr-x | miniircd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |