aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:58:22 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:58:22 -0400
commitc0ca1967586234ae4e84e485af53804df2198bcd (patch)
tree5025cd0dbd85991b776262c82d1f47d5c87b7b6b /debian/postinst
parent3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53 (diff)
downloadikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar
ikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar.gz
tweak wording and versions and add changelog entry
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 90b9e8a42..8eac26361 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@ set -e
# Change this when some incompatible change is made that requires
# rebuilding all wikis.
-firstcompat=3.20100401
+firstcompat=3.20100406
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then