diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 17:49:08 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 18:04:30 -0700 |
commit | 4ec2654a69a116709056d0311c38449c7968ad3a (patch) | |
tree | 2220122f52f931bf976cb99185fc237ceef73399 | |
parent | 81eaf1e46cb1646bf6b5d5c2f86ea3b3c7a0bd06 (diff) |
Correct version numbers for image_block and info modules, they inadvertently got set to 2, they should be 1
-rw-r--r-- | modules/gallery/module.info | 2 | ||||
-rw-r--r-- | modules/info/module.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index bffcb1c6..f509ff08 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 14 +version = 15 diff --git a/modules/info/module.info b/modules/info/module.info index 5f84cbb9..e352213c 100644 --- a/modules/info/module.info +++ b/modules/info/module.info @@ -1,3 +1,3 @@ name = "Info" description = "Display extra information about photos and albums" -version = 2 +version = 1 |