diff options
-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 |