From 2c4d0bc88e44f07da6cdbad270265b43d3c36a15 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 12 Apr 2012 02:49:30 -0400
Subject: [PATCH] - Added 0.7.2 and 0.8-beta to releases list
---
installer/rcube_install.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index 365d297..4d4f57a 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -523,7 +523,8 @@
'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.1'
+ '0.7-beta', '0.7', '0.7.1', '0.7.2',
+ '0.8-beta',
));
return $select;
}
--
Gitblit v1.9.1