Actually changed version information in the onis file..
[onis.git] / onis
diff --git a/onis b/onis
index d67b789..7e623bf 100755 (executable)
--- a/onis
+++ b/onis
@@ -1,12 +1,12 @@
 #!/usr/bin/perl
 ##########################################################################
-#    onis 0.8.1                                               2005-04-23 #
+#    onis 0.8.2                                               2005-06-07 #
 #---=============--------------------------------------------------------#
 # Language: Perl                                                         #
 # Purpose:  Generating statistics                                        #
 # Input:    IRC-Logfiles                                                 #
 # Output:   One HTML file                                                #
-# Version:  0.8.1 (unstable)                                             #
+# Version:  0.8.2 (unstable)                                             #
 # License:  GPL                                                          #
 # Homepage: http://verplant.org/onis/                                    #
 # Authors:  Florian octo Forster <octo@verplant.org>                     #
@@ -27,7 +27,7 @@ BEGIN
        # 0x0400   Data::Core (dump incoming data to stderr)
        # 0x0800   Data::Core (initializing)
        # 0x1000   Onis::Users
-       $::DEBUG = 0x0240;
+       $::DEBUG = 0x0000;
 }
 
 use strict;
@@ -57,7 +57,7 @@ logfiles. It also features a powerful translation infrastructure.
 
 =cut
 
-$VERSION = '';
+$VERSION = '0.8.2';
 $REVISION = '$LastChangedRevision$';
 
 if (!$VERSION)