Skip to content

Commit

Permalink
Bump the version number to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
chadparry committed Jul 28, 2011
1 parent d0a90e4 commit 9e3e3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.0/modules/rawphoto/helpers/rawphoto_installer.php
Expand Up @@ -19,7 +19,7 @@
*/
class rawphoto_installer {
static function install() {
module::set_version("rawphoto", 2);
module::set_version("rawphoto", 3);
}

static function activate() {
Expand Down
2 changes: 1 addition & 1 deletion 3.0/modules/rawphoto/module.info
@@ -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"
Expand Down

0 comments on commit 9e3e3c5

Please sign in to comment.