From 5bdccc29c9ce08fbb1e8cd720ec96964c63a1d92 Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 31 Mar 2014 10:27:08 +0200 Subject: [PATCH] tag for vichan-devel-4.4.97 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 3cc48c25..ec3186bf 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.4.96'); +define('VERSION', 'v0.9.6-dev-22 + vichan-devel-4.4.97'); require 'inc/functions.php'; @@ -504,6 +504,7 @@ if (file_exists($config['has_installed'])) { case 'v0.9.6-dev-22 + vichan-devel-4.4.93': case 'v0.9.6-dev-22 + vichan-devel-4.4.94': case 'v0.9.6-dev-22 + vichan-devel-4.4.95': + case 'v0.9.6-dev-22 + vichan-devel-4.4.96': case false: // Update version number file_write($config['has_installed'], VERSION);