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/module.info | |
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/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 64a30b1f..cefcaa08 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 6 +version = 7 |