From 889416150ccc0c919c3adb82344157f9dd8776e3 Mon Sep 17 00:00:00 2001 From: Kristopher Kelly Date: Tue, 22 Jun 2010 15:55:27 +0000 Subject: [PATCH] Bumps version to 1.2.1. --- paths.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paths.php b/paths.php index 61ff54b952..625cb3ef2e 100644 --- a/paths.php +++ b/paths.php @@ -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. @@ -173,4 +173,4 @@ function _define_web_root() defined('APPLICATION_ENV') || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') - : 'production')); \ No newline at end of file + : 'production'));