diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 17:50:06 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 18:05:09 -0700 |
commit | 7e78d125b202d476fbf4e41addf85cfbaa838ec4 (patch) | |
tree | 56d8921cbd9d90cf8b801954e68803b04963c01d /modules/image_block | |
parent | 4ec2654a69a116709056d0311c38449c7968ad3a (diff) |
Correct version numbers for image_block and info modules, they inadvertently got set to 2, they should be 1
Diffstat (limited to 'modules/image_block')
-rw-r--r-- | modules/image_block/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image_block/module.info b/modules/image_block/module.info index b92b83df..e6d85048 100644 --- a/modules/image_block/module.info +++ b/modules/image_block/module.info @@ -1,3 +1,3 @@ name = "Image Block" description = "Display a random image in the sidebar" -version = 2 +version = 1 |