Skip to content

Commit 77d6a97

Browse files
committed
RELEASE 1.6.4
1 parent 9cf6121 commit 77d6a97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
2626

2727
2. Update the HISTORY file and document all significant commits.
2828

29-
3. Update the version in lib/bson.rb, lib/mongo/version.rb, and ext/version.h.
29+
3. Update the version in lib/bson.rb, lib/mongo/version.rb, and ext/cbson/version.h.
3030

3131
4. Commit: "RELEASE [VERSION]"
3232

@@ -36,7 +36,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
3636

3737
7. Push tags and commit to GitHub (git push origin master, git push --tags).
3838

39-
8. Build and push docs.
39+
8. Build and push docs. (git: mongodb/apidocs)
4040

4141
9. Push gems to Rubygems.org.
4242

@@ -47,7 +47,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
4747
12. Annouce release on mongodb-user and mongodb-dev.
4848

4949
## Rake Deploy Tasks
50-
1. rake deploy:change_version[1.6.1]
50+
1. rake deploy:change_version[x.x.x]
5151
2. rake deploy:git_prepare
5252
3. rake deploy:git_push
5353
4. rake deploy:gem_build

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.6.3"
17+
#define VERSION "1.6.4"

lib/bson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BSON
2-
VERSION = "1.6.3"
2+
VERSION = "1.6.4"
33
end

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.6.3"
2+
VERSION = "1.6.4"
33
end

0 commit comments

Comments
 (0)