summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.install b/readme.install
index 63a1b87cf2d8..5eb817864d0a 100644
--- a/readme.install
+++ b/readme.install
@@ -7,8 +7,8 @@ post_install() {
}
post_upgrade() {
- # version 1.05 introduces new videos
- if [[ "$(vercmp $2 1.05)" -lt 0 ]]; then
+ # version 1.08 introduces new videos
+ if [[ "$(vercmp $2 1.08)" -lt 0 ]]; then
echo '------------------------------------------------------------------------------------'
echo ' You must manually delete your day and night databases or wait for all videos to'
echo ' cycle for the rebuild. New videos will be unavailable until either of these happen.'