summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2011-01-07 18:46:50 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2011-01-07 18:46:50 +0000
commite22ff6dbea0d2e667052a778ade4bd9341333f77 (patch)
treeb5f22d279e601ddbf42710726dc235c401695f30
parent68a59b2acb300451bea53da0245e4251a124c502 (diff)
downloadthrift-e22ff6dbea0d2e667052a778ade4bd9341333f77.tar.gz
chop the -dev off all version numbers
git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1056454 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.ac2
-rw-r--r--lib/hs/Thrift.cabal2
-rw-r--r--lib/java/ivy.xml2
-rw-r--r--lib/py/setup.py2
-rw-r--r--lib/rb/Rakefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 1294c263b..629a83c03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
AC_PREREQ(2.65)
-AC_INIT([thrift], [0.6.0-dev])
+AC_INIT([thrift], [0.6.0])
AC_CONFIG_AUX_DIR([.])
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 53a4be47d..34412f8f7 100644
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -18,7 +18,7 @@
--
Name: thrift
-Version: 0.6.0-dev
+Version: 0.6.0
Cabal-Version: >= 1.4
License: OtherLicense
Category: Foreign
diff --git a/lib/java/ivy.xml b/lib/java/ivy.xml
index 99ef97293..6225e4c17 100644
--- a/lib/java/ivy.xml
+++ b/lib/java/ivy.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
<ivy-module version="1.0">
- <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0-dev" >
+ <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0" >
<license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
<ivyauthor name="Thrift Developers" url="dev@thrift.apache.org" />
<repository name="apache repository" url="http://thrift.apache.org" />
diff --git a/lib/py/setup.py b/lib/py/setup.py
index d3ae3588f..289b177c1 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -26,7 +26,7 @@ fastbinarymod = Extension('thrift.protocol.fastbinary',
)
setup(name = 'Thrift',
- version = '0.6.0-dev',
+ version = '0.6.0',
description = 'Python bindings for the Apache Thrift RPC system',
author = ['Thrift Developers'],
author_email = ['dev@thrift.apache.org'],
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile
index 05cb7fc0c..84d099e91 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -82,7 +82,7 @@ begin
p.summary = "Ruby bindings for the Apache Thrift RPC system"
p.url = "http://thrift.apache.org"
p.include_rakefile = true
- p.version = "0.6.0-dev"
+ p.version = "0.6.0"
p.rubygems_version = ">= 1.2.0"
end