From 4229402b81112f13b08b981a4a9459bf815847d5 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Tue, 2 Mar 2010 11:25:42 -0500 Subject: [PATCH] BUMP 0.19.1 --- HISTORY | 3 +++ ext/cbson/version.h | 2 +- lib/mongo.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index a9d3b63..e3a3c1b 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,6 @@ +0.19.1 2010-3-2 +* Fix for HashWithIndifferentAccess in ActiveSupport-3.0 + 0.19 2010-3-1 * Deprecated GridFS::GridStore. Grid and GridFileSystem classes replace the GridFS implementation with a simpler API and vastly-improved performance. diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 54e9c90..4e8a66b 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "0.19" +#define VERSION "0.19.1" diff --git a/lib/mongo.rb b/lib/mongo.rb index 79cf136..cdca2fe 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -1,7 +1,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "0.19" + VERSION = "0.19.1" end begin