From 504f1dbb8d19e1312493075eb3e25f812d9ac7c7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 4 Dec 2013 13:50:31 +0000 Subject: [PATCH] Bump postinst version to 2.5.1 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index cd7178b6f..f57c972de 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.5.0" +NEWVERSION="2.5.1" case "$1" in configure|reconfigure)