diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 17:44:36 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 17:44:36 -0700 |
commit | 3275401f690ce8fe461d2986efce58a21d1f6308 (patch) | |
tree | 6f68c8e3d621c2502cef72ac41c63a9976219461 /modules | |
parent | 275c25eb5670e25fad25830cf0c30cd804dce41f (diff) |
change the version to beta 1
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index b97adcd0..242bb486 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -249,7 +249,7 @@ class gallery_installer { block_manager::add("dashboard_center", "gallery", "log_entries"); module::set_version("gallery", 1); - module::set_var("gallery", "version", "3.0 pre-beta git"); + module::set_var("gallery", "version", "3.0 beta 1"); module::set_var("gallery", "choose_default_tookit", 1); // @todo this string needs to be picked up by l10n_scanner |