summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-06 17:34:30 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-06 17:34:30 -0400
commit17fdb8028bfb2722c120b229c2131598affbddd6 (patch)
tree51eb112f9a073559b699bc7abdb03c7eaf748cce /debian/postinst
parentabf9f16f09da1b494856a1803f848ed51f10fdb8 (diff)
parent6e2dc2b1fd690f36365d7d0bdd18d220b0aaa524 (diff)
Merge branch 'master' into tova
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 26c44a88b..0a836a0b2 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=2.30
+firstcompat=2.52
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then