From: Bryan Duxbury Date: Tue, 28 Sep 2010 17:44:45 +0000 (+0000) Subject: bump versions to 0.6.0 X-Git-Tag: 0.6.0~149 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e1ae6b45d556dc6e92aeaaa855206be807fbe8a3;p=common%2Fthrift.git bump versions to 0.6.0 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1002294 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index 28c21238..0b0a0958 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.65) -AC_INIT([thrift], [0.5.0-dev]) +AC_INIT([thrift], [0.6.0-dev]) AC_CONFIG_AUX_DIR([.]) diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 10383e71..c6f32ebf 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -82,7 +82,7 @@ begin p.summary = "Ruby libraries for Thrift (a language-agnostic RPC system)" p.url = "http://incubator.apache.org/thrift/" p.include_rakefile = true - p.version = "0.2.5" + p.version = "0.6.0" p.rubygems_version = ">= 1.2.0" end