diff --git a/configure.in b/configure.in index 148624bd..59b5401d 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(config.h.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mt-daapd,0.2.0-cvs) +AM_INIT_AUTOMAKE(mt-daapd,0.2.0-pre1) dnl Checks for programs. AC_PROG_CC diff --git a/contrib/mt-daapd.spec b/contrib/mt-daapd.spec index 2b954728..3cebd5e1 100644 --- a/contrib/mt-daapd.spec +++ b/contrib/mt-daapd.spec @@ -1,6 +1,6 @@ Summary: A multi-threaded implementation of Apple's DAAP server Name: mt-daapd -Version: 0.2.0 +Version: 0.2.0-pre1 Release: 1 License: GPL Group: Development/Networking @@ -44,13 +44,14 @@ rm -rf $RPM_BUILD_ROOT /etc/rc.d/init.d/mt-daapd /usr/sbin/mt-daapd /usr/share/mt-daapd/* +/var/cache/mt-daapd %doc %changelog * Mon Apr 06 2004 ron -- Update to 0.2.0 +- Update to 0.2.0-pre1 - Add /var/cache/mt-daapd * Thu Jan 29 2004 ron diff --git a/debian/changelog b/debian/changelog index 84f52b17..ee4b8b9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mt-daapd (0.2.0-1) unstable; urgency=low +mt-daapd (0.2.0-pre1) unstable; urgency=low * Add gdbm database * Add support for .m4a and .m4p * Various bug fixes