Kaynağa Gözat

changes to reflect moving from CVS and upped version ready for release

James Wade 14 yıl önce
ebeveyn
işleme
f789a8dac1
3 değiştirilmiş dosya ile 8 ekleme ve 5 silme
  1. 3 3
      Makefile
  2. 4 1
      docs/Changelog
  3. 1 1
      modules/Pisg.pm

+ 3 - 3
Makefile

@@ -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)

+ 4 - 1
docs/Changelog

@@ -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:

+ 1 - 1
modules/Pisg.pm

@@ -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