Skip to content

Commit

Permalink
Bumps version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskelly committed Jun 22, 2010
1 parent 48dedd5 commit 8894161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define('OMEKA_MIGRATION', 47);

// Define the current version.
define('OMEKA_VERSION', '1.2');
define('OMEKA_VERSION', '1.2.1');

// The name of the Item Type Metadata element set. This is used wherever it is
// important to distinguish this particular element set from other element sets.
Expand Down Expand Up @@ -173,4 +173,4 @@ function _define_web_root()
defined('APPLICATION_ENV')
|| define('APPLICATION_ENV',
(getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV')
: 'production'));
: 'production'));

0 comments on commit 8894161

Please sign in to comment.