chop the -dev off all version numbers
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 7 Jan 2011 18:46:50 +0000 (18:46 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 7 Jan 2011 18:46:50 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1056454 13f79535-47bb-0310-9956-ffa450edef68

configure.ac
lib/hs/Thrift.cabal
lib/java/ivy.xml
lib/py/setup.py
lib/rb/Rakefile

index 1294c26..629a83c 100644 (file)
@@ -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([.])
 
index 53a4be4..34412f8 100644 (file)
@@ -18,7 +18,7 @@
 --
 
 Name:           thrift
-Version:        0.6.0-dev
+Version:        0.6.0
 Cabal-Version:  >= 1.4
 License:        OtherLicense
 Category:       Foreign
index 99ef972..6225e4c 100644 (file)
@@ -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" />
index d3ae358..289b177 100644 (file)
@@ -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'],
index 05cb7fc..84d099e 100644 (file)
@@ -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