~vanvugt/+junk/mediatomb

« back to all changes in this revision

Viewing changes to tombupnp/upnp/inc/upnpconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2008-03-02 13:09:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080302130916-zlljdze3kt7vuq4b
Tags: 0.11.0-1
* New upstream release.
* Include message about which inotify headers will be used when enabling
  inotify runtime support.
* Fixed error with use of INTERFACE in init script. Also removed use of -m
  option.
* Including new config.xml options.
* Added more build dependencies for new upstream release.
* Removed build dependency of libid3-dev, taglib is now preferred.
* mediatomb.xpm and manpage.xml is now included in orig tarball.
* inotify patch is not needed anymore.
* md5 patch has been committed upstream and is no longer needed. Also removed
  README.Debian.
* TwinHelix PNG fix is now used. Removed from TODO.
* Adding dependency of iceweasel for mediatomb package.
* Updated copyright file.
* Updated watch file.
* Updated rules file for proper configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 ***************************************************************************/ 
41
41
 
42
42
/** The library version (string) e.g. "1.3.0" */
43
 
#define UPNP_VERSION_STRING "0.10.0"
 
43
#define UPNP_VERSION_STRING "0.11.0"
44
44
 
45
45
/** Major version of the library */
46
46
#define UPNP_VERSION_MAJOR 0