diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-29 16:44:51 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-29 16:44:51 -0700 |
commit | 5d0413631fcb4f84bcdcf26a6f102573911af89f (patch) | |
tree | 328ce3bc29e46590342b773d0f7386c754620bbd | |
parent | 7438a9c8893a5f584df3fb6a1552262c7da39b86 (diff) |
Bump the gallery version to 10 in install()
-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 12031ccb..d12dad70 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -259,7 +259,7 @@ class gallery_installer { module::set_var("gallery", "show_credits", 1); // @todo this string needs to be picked up by l10n_scanner module::set_var("gallery", "credits", "Powered by <a href=\"%url\">Gallery %version</a>"); - module::set_version("gallery", 9); + module::set_version("gallery", 10); } static function upgrade($version) { |