diff options
author | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:57:42 +0100 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2015-12-10 11:57:42 +0100 |
commit | 2c4876f40f60485692f899dbf891fca9e15cd74f (patch) | |
tree | e075e6f55aea250f5ca1bb628a15327f52f3789e /src | |
parent | acabd52d772e055080c5e58ec08e51a5017e9442 (diff) | |
parent | 6dee813dad2dd0b741025be046dfe3c7019bddb9 (diff) | |
download | pianobar-windows-2c4876f40f60485692f899dbf891fca9e15cd74f.tar.gz pianobar-windows-2c4876f40f60485692f899dbf891fca9e15cd74f.tar.bz2 pianobar-windows-2c4876f40f60485692f899dbf891fca9e15cd74f.zip |
Merge tag '2015.12.10' into develop
Release 2015.12.10
- Fix: Fix I/O on Windows 8.x and Windows 10
- Fix: Improve Windows Media Foundation backend
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 8e874ab..c408542 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2015.12.05" +#define VERSION "2015.12.10" #define TITLE "Pianobar" |