diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-24 23:09:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-24 23:09:26 +0000 |
commit | 13e3bf867157226076fcc14a0d3875fd129a66c7 (patch) | |
tree | 173e406ad45bd94118d0400f7be91703be8cf0c7 /debian | |
parent | 698aeb20168b7e22a2ce3618a28fdee32ed4a417 (diff) | |
download | ikiwiki-13e3bf867157226076fcc14a0d3875fd129a66c7.tar ikiwiki-13e3bf867157226076fcc14a0d3875fd129a66c7.tar.gz |
commit changes for email subscriptions
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/postinst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4cc350333..460b260d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (0.1) unstable; urgency=low +ikiwiki (0.2) unstable; urgency=low * Initial release. diff --git a/debian/postinst b/debian/postinst index e84955daf..be5f53939 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=0.1 +firstcompat=0.2 wikilist=/etc/ikiwiki/wikilist |