wmix: increased version number to 3.2 after the recent changes

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS 2014-06-07 21:21:59 +02:00 committed by Carlos R. Mafra
parent d37962fd46
commit 36febff3d5
5 changed files with 12 additions and 7 deletions

View file

@ -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: 3.1 NEWS:
Fixed a 3 years old bug about volume level showing up as "0" when it's 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. actually set to 10. Thank to all 20 or so people who e-mailed me about this.

View file

@ -1,8 +1,8 @@
_ _____ ___ _ _____ ___
__ ___ __ ___ (_)_ __ |___ / / _ \ timecop@japan.co.jp __ ___ __ ___ (_)_ __ |___ / /__ \ timecop@japan.co.jp
\ \ /\ / / '_ ` _ \| \ \/ / |_ \| | | | skunk@mit.edu \ \ /\ / / '_ ` _ \| \ \/ / |_ \ _| | skunk@mit.edu
\ V V /| | | | | | |> < ___) | |_| | \ V V /| | | | | | |> < ___) | / _/
\_/\_/ |_| |_| |_|_/_/\_\ |____(_)___/ \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
______________________________________________________________________________ ______________________________________________________________________________
* This is a complete dockapp mixer utilizing the OSS mixer API * This is a complete dockapp mixer utilizing the OSS mixer API

View file

@ -49,7 +49,7 @@ extern struct _Config {
extern const char default_osd_color[]; extern const char default_osd_color[];
/* Current version of WMixer */ /* Current version of WMixer */
#define VERSION "3.0" #define VERSION "3.2"
/* Sets the default values in the config */ /* Sets the default values in the config */
void config_init(void); void config_init(void);

View file

@ -1,4 +1,4 @@
.TH wmix 1x "2.2" "Fredrik Steen" .TH wmix 1x "3.2" "Fredrik Steen"
.SH NAME .SH NAME
wmix \- Dockapp mixer for OSS or ALSA wmix \- Dockapp mixer for OSS or ALSA
. .

View file

@ -99,7 +99,7 @@ int main(int argc, char **argv)
config_release(); config_release();
blit_string("wmix 3.0"); blit_string("wmix " VERSION);
scroll_text(3, 4, 57, true); scroll_text(3, 4, 57, true);
ui_update(); ui_update();