Skip to content

Commit 11a722b

Browse files
committed
BUMP 1.5.0.rc0
1 parent e81b616 commit 11a722b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MongoDB Ruby Driver History
22

3+
### 1.5.0.rc0
4+
2011-11-18
5+
6+
Fix bugs associated with replica set refresh.
7+
38
### 1.4.1
49
2011-10-17
510

ext/cbson/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define VERSION "1.4.1"
17+
#define VERSION "1.5.0.rc0"

lib/bson.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

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

21-
MINIMUM_BSON_EXT_VERSION = "1.4.1"
21+
MINIMUM_BSON_EXT_VERSION = "1.5.0.rc0"
2222

2323
module BSON
24-
VERSION = "1.4.1"
24+
VERSION = "1.5.0.rc0"
2525

2626
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
2727
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE

lib/mongo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mongo
2-
VERSION = "1.4.1"
2+
VERSION = "1.5.0.rc0"
33
end

0 commit comments

Comments
 (0)