Author: bryanduxbury
Date: Fri Jan  7 18:45:29 2011
New Revision: 1056453

URL: http://svn.apache.org/viewvc?rev=1056453&view=rev
Log:
update version numbers to 0.7.0-dev

Modified:
    thrift/trunk/configure.ac
    thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
    thrift/trunk/lib/hs/Thrift.cabal
    thrift/trunk/lib/java/ivy.xml
    thrift/trunk/lib/py/setup.py
    thrift/trunk/lib/rb/Rakefile

Modified: thrift/trunk/configure.ac
URL: 
http://svn.apache.org/viewvc/thrift/trunk/configure.ac?rev=1056453&r1=1056452&r2=1056453&view=diff
==============================================================================
--- thrift/trunk/configure.ac (original)
+++ thrift/trunk/configure.ac Fri Jan  7 18:45:29 2011
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.65)
 
-AC_INIT([thrift], [0.6.0-dev])
+AC_INIT([thrift], [0.7.0-dev])
 
 AC_CONFIG_AUX_DIR([.])
 

Modified: thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs?rev=1056453&r1=1056452&r2=1056453&view=diff
==============================================================================
--- thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs 
(original)
+++ thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs Fri 
Jan  7 18:45:29 2011
@@ -56,5 +56,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision 
Numbers
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.6.0.*")]
+[assembly: AssemblyVersion("0.7.0.*")]
 [assembly: AssemblyFileVersion("1.0.0.0")]

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

Modified: thrift/trunk/lib/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/java/ivy.xml?rev=1056453&r1=1056452&r2=1056453&view=diff
==============================================================================
--- thrift/trunk/lib/java/ivy.xml (original)
+++ thrift/trunk/lib/java/ivy.xml Fri Jan  7 18:45:29 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.7.0-dev" >
       <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/trunk/lib/py/setup.py
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/py/setup.py?rev=1056453&r1=1056452&r2=1056453&view=diff
==============================================================================
--- thrift/trunk/lib/py/setup.py (original)
+++ thrift/trunk/lib/py/setup.py Fri Jan  7 18:45:29 2011
@@ -26,7 +26,7 @@ fastbinarymod = Extension('thrift.protoc
                           )
 
 setup(name = 'Thrift',
-      version = '0.6.0-dev',
+      version = '0.7.0-dev',
       description = 'Python bindings for the Apache Thrift RPC system',
       author = ['Thrift Developers'],
       author_email = ['[email protected]'],

Modified: thrift/trunk/lib/rb/Rakefile
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/rb/Rakefile?rev=1056453&r1=1056452&r2=1056453&view=diff
==============================================================================
--- thrift/trunk/lib/rb/Rakefile (original)
+++ thrift/trunk/lib/rb/Rakefile Fri Jan  7 18:45:29 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.7.0-dev"
     p.rubygems_version = ">= 1.2.0"
   end
 


Reply via email to