update version for development

This commit is contained in:
Kyle Banker 2010-03-04 11:34:07 -05:00
parent 3a01a75645
commit 661a0a4120
2 changed files with 2 additions and 2 deletions

View File

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

View File

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