From 56451ac44bb14de71e8f0cf5b3d65e3a649dd89f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 20 Aug 2011 19:56:56 +0200 Subject: Correct version number --- miniircd | 4 ++-- 1 file 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 -version = "0.1.1" +version = "0.2.0" import getopt import os -- cgit v1.2.3