From c6c0777bbfcf459a3607d228d0034157444706c2 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Wed, 12 Dec 2012 03:36:39 +0300 Subject: [PATCH] Bump version 1.2.0 Change-Id: If0c7b9207652276ef59659a03059ce6b9088909f Reviewed-on: http://review.couchbase.org/23225 Tested-by: Sergey Avseyev Reviewed-by: Matt Ingenthron --- RELEASE_NOTES.markdown | 4 +++- lib/couchbase/version.rb | 2 +- tasks/compile.rake | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.markdown b/RELEASE_NOTES.markdown index 0814b54b..e7d20250 100644 --- a/RELEASE_NOTES.markdown +++ b/RELEASE_NOTES.markdown @@ -3,7 +3,9 @@ This document is a list of user visible feature changes and important 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 Sokolov Yura aka funny_falcon). diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index b1057443..79952db0 100644 --- a/lib/couchbase/version.rb +++ b/lib/couchbase/version.rb @@ -17,5 +17,5 @@ # Couchbase ruby client module Couchbase - VERSION = "1.2.0.z.beta5" + VERSION = "1.2.0" end diff --git a/tasks/compile.rake b/tasks/compile.rake index 90e176cf..819d2cc5 100644 --- a/tasks/compile.rake +++ b/tasks/compile.rake @@ -84,7 +84,7 @@ namespace :ports do directory "ports" 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.configure_options.push("--disable-debug", "--disable-dependency-tracking",