From 3efe96aec396b95fa8b2cd0df4db1587fcd8cdfe Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 12 Jan 2012 02:17:38 -0500
Subject: [PATCH] - Added 0.7.1 to the list of versions

---
 installer/rcube_install.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index a3618a5..cc946ec 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -519,7 +519,7 @@
         '0.4-beta', '0.4.2',
         '0.5-beta', '0.5', '0.5.1',
         '0.6-beta', '0.6',
-        '0.7-beta', '0.7',
+        '0.7-beta', '0.7', '0.7.1'
     ));
     return $select;
   }

--
Gitblit v1.9.1