monotone: Deal with format change in version 0.45. (Thanks, Richard Levitte)
[ikiwiki] / debian / postinst
index dd4be6e..bf1825a 100755 (executable)
@@ -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