THRIFT-6 update version info
authorRoger Meier <roger@apache.org>
Mon, 7 Mar 2011 21:16:46 +0000 (21:16 +0000)
committerRoger Meier <roger@apache.org>
Mon, 7 Mar 2011 21:16:46 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1078952 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/src/Properties/AssemblyInfo.cs
lib/nodejs/package.json
lib/perl/lib/Thrift.pm

index 8320b40..9c6ecdd 100755 (executable)
@@ -52,5 +52,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers\r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.6.0.*")]\r
-[assembly: AssemblyFileVersion("0.6.0.*")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.7.0.*")]\r
+[assembly: AssemblyFileVersion("0.7.0.*")]
index e6ebca9..05431e6 100644 (file)
@@ -19,7 +19,7 @@
 {
   "name": "thrift",
   "description": "node-thrift",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "author": "Apache Thrift",
   "directories" : { "lib" : "./lib/thrift" },
   "main": "./lib/thrift",
index 39b051f..ffd6aee 100644 (file)
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-our $VERSION = '0.6.0-dev';
+our $VERSION = '0.7.0-dev';
 
 require 5.6.0;
 use strict;