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

Bump version and release 0.67. Also add missing pum files to Makefile.

Morten Brix Pedersen 21 лет назад
Родитель
Сommit
d120fed693
4 измененных файлов с 9 добавлено и 3 удалено
  1. 6 0
      Makefile
  2. 1 1
      docs/Changelog
  3. 1 1
      docs/pisg-doc.xml
  4. 1 1
      modules/Pisg.pm

+ 6 - 0
Makefile

@@ -46,6 +46,9 @@ SCRIPTS = scripts/crontab \
 ADDALIAS = scripts/addalias/addalias.pl \
 	    scripts/addalias/README
 
+PUM = scripts/pum/pum.pl \
+	    scripts/pum/pum.conf
+
 MODULESDIR = modules
 
 MAIN_MODULE = $(MODULESDIR)/Pisg.pm
@@ -123,6 +126,9 @@ release: docs
 	mkdir $(DIRNAME)/scripts/addalias
 	cp $(ADDALIAS) $(DIRNAME)/scripts/addalias
 
+	mkdir $(DIRNAME)/scripts/pum
+	cp $(PUM) $(DIRNAME)/scripts/pum
+
 	mkdir $(DIRNAME)/$(MODULESDIR)
 
 	mkdir $(DIRNAME)/$(MODULESDIR)/Pisg

+ 1 - 1
docs/Changelog

@@ -1,4 +1,4 @@
-pisg (0.67) - ??
+pisg (0.67) - Thu Aug, 18th 2005
    Christoph:
      + Recognize ogg and wma suffixes in song stats, complain about invalid
        ChartsRegexp.

+ 1 - 1
docs/pisg-doc.xml

@@ -5,7 +5,7 @@
 
 <book id="pisg-documentation">
   <bookinfo>
-    <title>pisg 0.66 documentation</title>
+    <title>pisg 0.67 documentation</title>
     <subtitle>How to install and configure pisg</subtitle>
   </bookinfo>
   <toc></toc>

+ 1 - 1
modules/Pisg.pm

@@ -215,7 +215,7 @@ sub get_default_config_settings
         modules_dir => '',         # set in get_cmdline_options
         cchannels => '',           # set in get_cmdline_options
 
-        version => "0.66",
+        version => "0.67",
     };
 
     # This enables us to use the search_path in other modules