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:
parent
d37962fd46
commit
36febff3d5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue