X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2Fconfig.py;h=3247e638264ed92c207eab59e2588140080e5f69;hp=5447ca240df743b5b90dc490ef0a686b4061d7de;hb=HEAD;hpb=c76fae7057c639603cf8afa5bd723cc8f5f29fdc diff --git a/rwhoisd/config.py b/rwhoisd/config.py index 5447ca2..3247e63 100644 --- a/rwhoisd/config.py +++ b/rwhoisd/config.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: config.py,v 1.3 2003/04/28 16:44:29 davidb Exp $ -# # 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 # the Free Software Foundation; either version 2 of the License, or @@ -48,7 +46,7 @@ verbose = False #### END Editable Configuration Options -version = "0.2" +version = "0.4.1" banner_string = "%%rwhois V-1.5 %s (python-rwhoisd %s)" % \ (server_hostname, version)