[Pkg-wmaker-commits] [wmix] 31/44: wmix: increased version number to 3.2 after the recent changes

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 10:40:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmix.

commit 7f3f1e3d0c07144a3f475d319424215118168944
Author: Christophe CURIS <christophe.curis at free.fr>
Date:   Sat Jun 7 21:21:59 2014 +0200

    wmix: increased version number to 3.2 after the recent changes
    
    Signed-off-by: Christophe CURIS <christophe.curis at free.fr>
---
 NEWS             | 5 +++++
 README           | 8 ++++----
 include/config.h | 2 +-
 wmix.1x          | 2 +-
 wmix.c           | 2 +-
 5 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index bea62a5..427423d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.2 NEWS:
+Added support for volume control keys found on all modern keyboards.
+Added plenty of information to the man page on invocation and configuration.
+Made wmix more verbose when something is not right in the configuration.
+
 3.1 NEWS:
 Fixed a 3 years old bug about volume level showing up as "0" when it's
 actually set to 10. Thank to all 20 or so people who e-mailed me about this.
diff --git a/README b/README
index 7941eda..ca8c295 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
                     _        _____  ___  
-__      ___ __ ___ (_)_  __ |___ / / _ \    timecop at japan.co.jp
-\ \ /\ / / '_ ` _ \| \ \/ /   |_ \| | | |   skunk at mit.edu
- \ V  V /| | | | | | |>  <   ___) | |_| |
-  \_/\_/ |_| |_| |_|_/_/\_\ |____(_)___/ 
+__      ___ __ ___ (_)_  __ |___ / /__ \    timecop at japan.co.jp
+\ \ /\ / / '_ ` _ \| \ \/ /   |_ \   _| |   skunk at mit.edu
+ \ V  V /| | | | | | |>  <   ___) | / _/
+  \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
 ______________________________________________________________________________
 
 * This is a complete dockapp mixer utilizing the OSS mixer API
diff --git a/include/config.h b/include/config.h
index ee632f4..1f45fc9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -49,7 +49,7 @@ extern struct _Config {
 extern const char default_osd_color[];
 
 /* Current version of WMixer */
-#define VERSION "3.0"
+#define VERSION "3.2"
 
 /* Sets the default values in the config */
 void config_init(void);
diff --git a/wmix.1x b/wmix.1x
index a749fb0..1b2d54e 100644
--- a/wmix.1x
+++ b/wmix.1x
@@ -1,4 +1,4 @@
-.TH wmix 1x "2.2" "Fredrik Steen"
+.TH wmix 1x "3.2" "Fredrik Steen"
 .SH NAME
 wmix \- Dockapp mixer for OSS or ALSA
 .
diff --git a/wmix.c b/wmix.c
index a992987..9289f55 100644
--- a/wmix.c
+++ b/wmix.c
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
 
     config_release();
 
-    blit_string("wmix 3.0");
+    blit_string("wmix " VERSION);
     scroll_text(3, 4, 57, true);
     ui_update();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmix.git



More information about the Pkg-wmaker-commits mailing list