bump versions to 0.6.0

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1002294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bryan Duxbury 2010-09-28 17:44:45 +00:00
parent f0755e95c7
commit e1ae6b45d5
2 changed files with 2 additions and 2 deletions

View File

@ -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([.])

View File

@ -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