Просмотр исходного кода

Bump version and release 0.60.

Morten Brix Pedersen 22 лет назад
Родитель
Сommit
9960da05f9
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/Changelog
  2. 1 1
      modules/Pisg.pm

+ 1 - 1
docs/Changelog

@@ -1,4 +1,4 @@
-pisg (0.60) - ??
+pisg (0.60) - Fri Oct, 15th 2004
    Changes by Christoph Berg:
    Changes by Christoph Berg:
    * Clean up loop code in _mostnicks() and fix warning about calls to
    * Clean up loop code in _mostnicks() and fix warning about calls to
    is_ignored(undef).
    is_ignored(undef).

+ 1 - 1
modules/Pisg.pm

@@ -201,7 +201,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.59",
+        version => "0.60",
     };
     };
 
 
     # This enables us to use the search_path in other modules
     # This enables us to use the search_path in other modules