aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-09 20:16:46 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-09 20:16:46 -0400
commitf7ae61c8d2bb1645c476b69061015f7d43b8edfd (patch)
treed870118ef064ac8298fd115ecb5b2208fb15598f /debian/postinst
parent74409f940d24f51a08becb626e266c91d40d69bd (diff)
parent36003bad0ad5746af841a0373ded1e271ae57840 (diff)
downloadikiwiki-f7ae61c8d2bb1645c476b69061015f7d43b8edfd.tar
ikiwiki-f7ae61c8d2bb1645c476b69061015f7d43b8edfd.tar.gz
Merge branch 'master' into dependency-types
Conflicts: doc/bugs/transitive_dependencies.mdwn
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 dd4be6e0e..bf1825ab7 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.14159266
+firstcompat=3.20091010
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then