Morten Brix Pedersen 22 anni fa
parent
commit
a892731558
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      docs/Changelog
  2. 1 1
      modules/Pisg.pm

+ 1 - 1
docs/Changelog

@@ -1,4 +1,4 @@
-pisg (x.xx)
+pisg (0.53) - Tue Mar, 23rd 2004
    * Several noticeable performance improvements (thanks, Hanno Hecker)
    * Several noticeable performance improvements (thanks, Hanno Hecker)
    * mIRC is no longer the default format. You have to always specify a format
    * mIRC is no longer the default format. You have to always specify a format
      now.
      now.

+ 1 - 1
modules/Pisg.pm

@@ -197,7 +197,7 @@ sub get_default_config_settings
         botnicks => '',            # Needed for DCpp format (non-irc)
         botnicks => '',            # Needed for DCpp format (non-irc)
 
 
         dailyactivity => 0,
         dailyactivity => 0,
-        version => "0.53-cvs",
+        version => "0.53",
     };
     };
 
 
     # This enables us to use the search_path in other modules
     # This enables us to use the search_path in other modules