]> jfr.im git - irc/pisg.git/commitdiff
changes to reflect moving from CVS and upped version ready for release
authorJames Wade <redacted>
Wed, 18 Jan 2012 22:45:06 +0000 (22:45 +0000)
committerJames Wade <redacted>
Wed, 18 Jan 2012 22:45:06 +0000 (22:45 +0000)
pisg/Makefile
pisg/docs/Changelog
pisg/modules/Pisg.pm

index ba66d88b93a4d1bdee7ecc6f1b6d63d2235b29c4..7c08d8186c9590b558e298aaf761284723631572 100644 (file)
@@ -3,13 +3,13 @@
 all: release
 
 # Ugly hack to get the version number from Pisg.pm
-VER = $(shell grep "version =>" modules/Pisg.pm | sed 's/[^"]*"\([^"]*\)+CVS".*/\1/')
+VER = $(shell grep "version =>" modules/Pisg.pm | sed 's/[^"]*"\([^"]*\)".*/\1/')
 
-# append +CVS.. if SNAPSHOT is defined
+# append date if SNAPSHOT is defined
 ifeq ($(SNAPSHOT),)
        VERSION = $(VER)
 else
-       VERSION = $(VER)+CVS_$(shell date +%Y%m%d)
+       VERSION = $(VER)_$(shell date +%Y%m%d)
 endif
 
 DIRNAME = pisg-$(VERSION)
index a54f5ad6b0d924b64fd790619eda898280328cc3..45ff99e73884edcbc61381dde93c0546fb9d2a74 100644 (file)
@@ -1,4 +1,7 @@
-pisg (0.73) - ??
+pisg (0.73) - Wed Jan, 18th 2012
+    The "Long Awaited" Release.
+    HM2K:
+    * Migrated away from CVS to Git
     Christoph:
     * Add "listening to" to the default ChartsRegexp.
     Parsers:
index 6d47eb1f50e8f8c6e509e4feb12bc9cbbeaafc2f..71d259eb0f78b3779914d960e4197e71ad504d4a 100644 (file)
@@ -219,7 +219,7 @@ sub get_default_config_settings
         modules_dir => '',         # set in get_cmdline_options
         cchannels => '',           # set in get_cmdline_options
 
-        version => "0.72+CVS",
+        version => '0.73'
     };
 
     # This enables us to use the search_path in other modules