minor: BUMP 0.19.3

This commit is contained in:
Kyle Banker 2010-04-05 12:39:55 -04:00
parent c1366927e2
commit 6f7566a724
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
* limitations under the License. * limitations under the License.
*/ */
#define VERSION "0.19.2" #define VERSION "0.19.3"

View File

@ -1,7 +1,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo module Mongo
VERSION = "0.19.2" VERSION = "0.19.3"
end end
begin begin