From 36febff3d5253237fa765b1730dbee17606676ff Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 7 Jun 2014 21:21:59 +0200 Subject: [PATCH] wmix: increased version number to 3.2 after the recent changes Signed-off-by: Christophe CURIS --- wmix/NEWS | 5 +++++ wmix/README | 8 ++++---- wmix/include/config.h | 2 +- wmix/wmix.1x | 2 +- wmix/wmix.c | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/wmix/NEWS b/wmix/NEWS index bea62a5..427423d 100644 --- a/wmix/NEWS +++ b/wmix/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/wmix/README b/wmix/README index 7941eda..ca8c295 100644 --- a/wmix/README +++ b/wmix/README @@ -1,8 +1,8 @@ _ _____ ___ -__ ___ __ ___ (_)_ __ |___ / / _ \ timecop@japan.co.jp -\ \ /\ / / '_ ` _ \| \ \/ / |_ \| | | | skunk@mit.edu - \ V V /| | | | | | |> < ___) | |_| | - \_/\_/ |_| |_| |_|_/_/\_\ |____(_)___/ +__ ___ __ ___ (_)_ __ |___ / /__ \ timecop@japan.co.jp +\ \ /\ / / '_ ` _ \| \ \/ / |_ \ _| | skunk@mit.edu + \ V V /| | | | | | |> < ___) | / _/ + \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____| ______________________________________________________________________________ * This is a complete dockapp mixer utilizing the OSS mixer API diff --git a/wmix/include/config.h b/wmix/include/config.h index ee632f4..1f45fc9 100644 --- a/wmix/include/config.h +++ b/wmix/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/wmix.1x b/wmix/wmix.1x index a749fb0..1b2d54e 100644 --- a/wmix/wmix.1x +++ b/wmix/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/wmix.c b/wmix/wmix.c index a992987..9289f55 100644 --- a/wmix/wmix.c +++ b/wmix/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(); -- 2.11.4.GIT