diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 19:46:19 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 19:46:19 -0700 |
commit | 1d40c62f53b37445b5f62a65ce76f4b3ecfb2d4f (patch) | |
tree | 340e6af085dc0a8d7d3baf2f20d6ee3c902787f9 | |
parent | df3af7d521fa073f1dc7927003d95c45d4934fbe (diff) |
Updated version for RC2
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | modules/gallery/helpers/gallery.php | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -9,10 +9,11 @@ interface. SECURITY (& INTENDED AUDIENCE): -This is the second release candidate of Gallery 3.0. We're putting it -out there so that we can find out if we overlooked any small things. -We expect the final version to be virtually identical. You can -install it on public websites and use it freely -- we recommend it! +This is the second (and hopefully final) release candidate of Gallery +3.0. We're putting it out there so that we can find out if we +overlooked any small things. We expect the final version to be +virtually identical. You can install it on public websites and use it +freely -- we recommend it! Note: - We've contracted a professional security audit, received their results diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php index 7f7db10b..d4078209 100644 --- a/modules/gallery/helpers/gallery.php +++ b/modules/gallery/helpers/gallery.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class gallery_Core { - const VERSION = "3.0 RC1 (Santa Fe)"; + const VERSION = "3.0 RC2 (Santa Fe)"; /** * If Gallery is in maintenance mode, then force all non-admins to get routed to a "This site is |