Author: roger
Date: Mon Mar 7 21:16:46 2011
New Revision: 1078952
URL: http://svn.apache.org/viewvc?rev=1078952&view=rev
Log:
THRIFT-6 update version info
Modified:
thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs
thrift/trunk/lib/nodejs/package.json
thrift/trunk/lib/perl/lib/Thrift.pm
Modified: thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs?rev=1078952&r1=1078951&r2=1078952&view=diff
==============================================================================
--- thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs (original)
+++ thrift/trunk/lib/csharp/src/Properties/AssemblyInfo.cs Mon Mar 7 21:16:46
2011
@@ -52,5 +52,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: AssemblyFileVersion("0.6.0.*")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.7.0.*")]
+[assembly: AssemblyFileVersion("0.7.0.*")]
Modified: thrift/trunk/lib/nodejs/package.json
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/nodejs/package.json?rev=1078952&r1=1078951&r2=1078952&view=diff
==============================================================================
--- thrift/trunk/lib/nodejs/package.json (original)
+++ thrift/trunk/lib/nodejs/package.json Mon Mar 7 21:16:46 2011
@@ -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",
Modified: thrift/trunk/lib/perl/lib/Thrift.pm
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/perl/lib/Thrift.pm?rev=1078952&r1=1078951&r2=1078952&view=diff
==============================================================================
--- thrift/trunk/lib/perl/lib/Thrift.pm (original)
+++ thrift/trunk/lib/perl/lib/Thrift.pm Mon Mar 7 21:16:46 2011
@@ -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;