diff --git a/debian/changelog b/debian/changelog index 3f9fcb53b..3eaa9a6b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +airtime (2.4.0-1) unstable; urgency=low + + * Nightly development snapshot of Airtime 2.4.x series + + -- Daniel James Tue, 19 Mar 2013 16:39:23 +0000 + airtime (2.3.0-2) unstable; urgency=low * Don't run the airtime-install script if the user has chosen not to diff --git a/debian/postinst b/debian/postinst index d3c7ca5c9..3f30de56a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -16,7 +16,7 @@ includefile="${configdir}/apache.conf" a2tplfile="${configdir}/apache.vhost.tpl" phpinifile="${configdir}/airtime.ini" OLDVERSION="$2" -NEWVERSION="2.3.0" +NEWVERSION="2.4.0" case "$1" in configure|reconfigure)