* Bump verion to 1.0.20.2.

This commit is contained in:
Justin Maggard 2011-06-27 23:33:10 +00:00
parent 1d7a890d09
commit 996f85e025
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,7 +1,9 @@
1.0.21 - Released 00-MONTH-2011
--------------------------------
- Fix a crash bug when playing music on TiVo.
- Add the ability to change the root media container.
- Add WAV/RIFF INFO tag parsing support for the most common tags.
- Fix a crash bug with clients that request a large number of results.
1.0.20 - Released 09-June-2011
--------------------------------

View File

@ -56,7 +56,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.20.1"
#define MINIDLNA_VERSION "1.0.20.2"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"