Skip to content

Commit

Permalink
RELEASE 1.9.1.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Jul 2, 2013
1 parent efaa862 commit 07f4626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1.rc0
2 changes: 1 addition & 1 deletion ext/cbson/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

#define VERSION "1.9.0"
#define VERSION "1.9.1.rc0"
4 changes: 2 additions & 2 deletions tasks/deploy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace :deploy do
g.add(['VERSION', 'ext/cbson/version.h'])
g.commit "RELEASE #{bumper_version}"
g.add_tag("#{bumper_version}")
g.push('origin', 'master', true)
g.push('origin', '1.x-stable', true)
end

desc "Package all gems for release"
Expand All @@ -70,4 +70,4 @@ namespace :deploy do
Dir.glob('*.gem').each { |file| File.delete(file) if File.exists?(file) }
end

end
end

0 comments on commit 07f4626

Please sign in to comment.