diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 22:58:22 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-06 22:58:22 -0400 |
commit | c0ca1967586234ae4e84e485af53804df2198bcd (patch) | |
tree | 5025cd0dbd85991b776262c82d1f47d5c87b7b6b /debian/postinst | |
parent | 3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53 (diff) | |
download | ikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar ikiwiki-c0ca1967586234ae4e84e485af53804df2198bcd.tar.gz |
tweak wording and versions and add changelog entry
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 2 |
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 |