Author: bryanduxbury
Date: Fri Jan  7 18:46:50 2011
New Revision: 1056454

URL: http://svn.apache.org/viewvc?rev=1056454&view=rev
Log:
chop the -dev off all version numbers

Modified:
    thrift/branches/0.6.x/configure.ac
    thrift/branches/0.6.x/lib/hs/Thrift.cabal
    thrift/branches/0.6.x/lib/java/ivy.xml
    thrift/branches/0.6.x/lib/py/setup.py
    thrift/branches/0.6.x/lib/rb/Rakefile

Modified: thrift/branches/0.6.x/configure.ac
URL: 
http://svn.apache.org/viewvc/thrift/branches/0.6.x/configure.ac?rev=1056454&r1=1056453&r2=1056454&view=diff
==============================================================================
--- thrift/branches/0.6.x/configure.ac (original)
+++ thrift/branches/0.6.x/configure.ac Fri Jan  7 18:46:50 2011
@@ -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([.])
 

Modified: thrift/branches/0.6.x/lib/hs/Thrift.cabal
URL: 
http://svn.apache.org/viewvc/thrift/branches/0.6.x/lib/hs/Thrift.cabal?rev=1056454&r1=1056453&r2=1056454&view=diff
==============================================================================
--- thrift/branches/0.6.x/lib/hs/Thrift.cabal (original)
+++ thrift/branches/0.6.x/lib/hs/Thrift.cabal Fri Jan  7 18:46:50 2011
@@ -18,7 +18,7 @@
 --
 
 Name:           thrift
-Version:        0.6.0-dev
+Version:        0.6.0
 Cabal-Version:  >= 1.4
 License:        OtherLicense
 Category:       Foreign

Modified: thrift/branches/0.6.x/lib/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/thrift/branches/0.6.x/lib/java/ivy.xml?rev=1056454&r1=1056453&r2=1056454&view=diff
==============================================================================
--- thrift/branches/0.6.x/lib/java/ivy.xml (original)
+++ thrift/branches/0.6.x/lib/java/ivy.xml Fri Jan  7 18:46:50 2011
@@ -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="[email protected]" />
       <repository name="apache repository" url="http://thrift.apache.org"; />

Modified: thrift/branches/0.6.x/lib/py/setup.py
URL: 
http://svn.apache.org/viewvc/thrift/branches/0.6.x/lib/py/setup.py?rev=1056454&r1=1056453&r2=1056454&view=diff
==============================================================================
--- thrift/branches/0.6.x/lib/py/setup.py (original)
+++ thrift/branches/0.6.x/lib/py/setup.py Fri Jan  7 18:46:50 2011
@@ -26,7 +26,7 @@ fastbinarymod = Extension('thrift.protoc
                           )
 
 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 = ['[email protected]'],

Modified: thrift/branches/0.6.x/lib/rb/Rakefile
URL: 
http://svn.apache.org/viewvc/thrift/branches/0.6.x/lib/rb/Rakefile?rev=1056454&r1=1056453&r2=1056454&view=diff
==============================================================================
--- thrift/branches/0.6.x/lib/rb/Rakefile (original)
+++ thrift/branches/0.6.x/lib/rb/Rakefile Fri Jan  7 18:46:50 2011
@@ -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
 


Reply via email to