diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 17:44:57 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 17:44:57 -0700 |
commit | 43756026402a7122adc6c57e182d996c92992b7a (patch) | |
tree | 6f68c8e3d621c2502cef72ac41c63a9976219461 | |
parent | 816e0427e2f16452591e3eabb816bbec0513d64a (diff) | |
parent | 3275401f690ce8fe461d2986efce58a21d1f6308 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
-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 |