Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
Change-Id: If0c7b9207652276ef59659a03059ce6b9088909f
Reviewed-on: http://review.couchbase.org/23225
Tested-by: Sergey Avseyev <sergey.avseyev@gmail.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
avsej committed Dec 12, 2012
1 parent 714f3a1 commit c6c0777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.markdown
Expand Up @@ -3,7 +3,9 @@
This document is a list of user visible feature changes and important This document is a list of user visible feature changes and important
bugfixes. Do not forget to update this doc in every important patch. bugfixes. Do not forget to update this doc in every important patch.


## 1.2.0 (UNRELEASED) ## 1.2.0 (2012-12-12)

30 files changed, 2079 insertions(+), 662 deletions(-)


* Specialized io plugin for releasing Ruby GVL (thanks to * Specialized io plugin for releasing Ruby GVL (thanks to
Sokolov Yura aka funny_falcon). Sokolov Yura aka funny_falcon).
Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase/version.rb
Expand Up @@ -17,5 +17,5 @@


# Couchbase ruby client # Couchbase ruby client
module Couchbase module Couchbase
VERSION = "1.2.0.z.beta5" VERSION = "1.2.0"
end end
2 changes: 1 addition & 1 deletion tasks/compile.rake
Expand Up @@ -84,7 +84,7 @@ namespace :ports do
directory "ports" directory "ports"


task :libcouchbase => ["ports"] do task :libcouchbase => ["ports"] do
recipe = MiniPortile.new "libcouchbase", "2.0.0" recipe = MiniPortile.new "libcouchbase", "2.0.1"
recipe.files << "http://packages.couchbase.com/clients/c/libcouchbase-#{recipe.version}.tar.gz" recipe.files << "http://packages.couchbase.com/clients/c/libcouchbase-#{recipe.version}.tar.gz"
recipe.configure_options.push("--disable-debug", recipe.configure_options.push("--disable-debug",
"--disable-dependency-tracking", "--disable-dependency-tracking",
Expand Down

0 comments on commit c6c0777

Please sign in to comment.