aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:50:19 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:50:19 -0400
commitf6fd7639daadea87530897ffd4882c970413822d (patch)
tree5e84c31becabac8093401beb22d2d26ca92e0f78 /debian/postinst
parent899639f10d49cff410059c3af2e1d5717c25b738 (diff)
parentb8f4ffdc5d381da04000502f20f0d4e4c13704b3 (diff)
downloadikiwiki-f6fd7639daadea87530897ffd4882c970413822d.tar
ikiwiki-f6fd7639daadea87530897ffd4882c970413822d.tar.gz
Merge remote branch 'smcv/ready/link-types'
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 bf1825ab7..90b9e8a42 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.20091010
+firstcompat=3.20100401
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then