1
0

Bump the version number to 3

This commit is contained in:
Chad Parry 2011-07-27 20:03:59 -06:00
parent d0a90e46b6
commit 9e3e3c5c27
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/
class rawphoto_installer {
static function install() {
module::set_version("rawphoto", 2);
module::set_version("rawphoto", 3);
}
static function activate() {

View File

@ -1,6 +1,6 @@
name = "Raw Photos"
description = "Use raw photos produced by a digital camera."
version = 2
version = 3
author_name = "Chad Parry"
author_url = "http://codex.gallery2.org/User:Chadparry"
info_url = "http://codex.gallery2.org/Gallery3:Modules:rawphoto"