@@ -1,6 +1,6 @@
# Simple Makefile to make new releases of pisg
-VERSION = 0.23
+VERSION = 0.24
DIRNAME = pisg-$(VERSION)
@@ -92,4 +92,4 @@ pisg:
mv pisg.zip newrelease/$(ZIPFILE)
mv $(DIRNAME) newrelease
clean:
- rm -r newrelease/
+ rm -rf newrelease/
@@ -1,4 +1,4 @@
-pisg (0.23)
+pisg (0.23) - Sun, Sep 23th 2001
* Support irssi logfiles
* Support psybnc logfiles
* Topics in mIRC format wasn't being recognized. Fixed.
@@ -175,7 +175,7 @@ sub get_default_config_settings
debug => 0,
debugfile => "debug.log",
- version => "v0.23-cvs",
+ version => "v0.24-cvs",
};
# Parse the optional overriden configuration variables