Skip to content

Commit c931499

Browse files
committed
BUMP 1.5.0
1 parent cdbd788 commit c931499

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ext/cbson/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

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

lib/bson.rb

Lines changed: 2 additions & 2 deletions
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.5.0.rc0"
21+
MINIMUM_BSON_EXT_VERSION = "1.5.0"
2222

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

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

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mongo
2-
VERSION = "1.5.0.rc0"
2+
VERSION = "1.5.0"
33
end

0 commit comments

Comments
 (0)