From 6f7566a7240f976d40b25644238179f53b44a1d1 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 5 Apr 2010 12:39:55 -0400 Subject: [PATCH] minor: BUMP 0.19.3 --- ext/cbson/version.h | 2 +- lib/mongo.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 2ab71f2..c8e095f 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "0.19.2" +#define VERSION "0.19.3" diff --git a/lib/mongo.rb b/lib/mongo.rb index f750947..b96851e 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.2" + VERSION = "0.19.3" end begin