Skip to content

Commit

Permalink
BUMP 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Jan 18, 2011
1 parent fab538e commit 648094c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/HISTORY.md
@@ -1,5 +1,10 @@
# MongoDB Ruby Driver History

1.2.0
2011-1-18
* Some minor improvements. See commit history.
* Since nothing major was reported for the RC, we're releasing.

1.2.rc0
2011-1-5

Expand Down
2 changes: 1 addition & 1 deletion ext/cbson/version.h
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

#define VERSION "1.2.rc2"
#define VERSION "1.2.0"
4 changes: 2 additions & 2 deletions lib/bson.rb
Expand Up @@ -18,10 +18,10 @@

$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

MINIMUM_BSON_EXT_VERSION = "1.2.rc2"
MINIMUM_BSON_EXT_VERSION = "1.2.0"

module BSON
VERSION = "1.2.rc2"
VERSION = "1.2.0"

if defined? Mongo::DEFAULT_MAX_BSON_SIZE
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo.rb
Expand Up @@ -19,7 +19,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

module Mongo
VERSION = "1.2.rc2"
VERSION = "1.2.0"
end

module Mongo
Expand Down

0 comments on commit 648094c

Please sign in to comment.