diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 10:56:10 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 10:56:10 -0700 |
| commit | c3f93957d7af6c6058582fcb1acbe5b8374a70ed (patch) | |
| tree | 2cd51879245b1e48637af57720907ec3a7185d99 /modules/gallery/helpers/gallery.php | |
| parent | cc05d279ea9c7317f6393b0336df724dbb4a898f (diff) | |
Move the gallery version out of a module variable and into a constant
in the gallery helper. This will let us bump the version without
having to bump the gallery module number.
Diffstat (limited to 'modules/gallery/helpers/gallery.php')
| -rw-r--r-- | modules/gallery/helpers/gallery.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php index e22cc17f..a32ac484 100644 --- a/modules/gallery/helpers/gallery.php +++ b/modules/gallery/helpers/gallery.php @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class gallery_Core { + const VERSION = "3.0 beta 2"; + /** * If Gallery is in maintenance mode, then force all non-admins to get routed to a "This site is * down for maintenance" page. |
