From 6d8219c10556c88ceb11a8a074987afbfa884175 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 7 Mar 2011 21:16:46 +0000 Subject: [PATCH] THRIFT-6 update version info git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1078952 13f79535-47bb-0310-9956-ffa450edef68 --- lib/csharp/src/Properties/AssemblyInfo.cs | 4 ++-- lib/nodejs/package.json | 2 +- lib/perl/lib/Thrift.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/csharp/src/Properties/AssemblyInfo.cs b/lib/csharp/src/Properties/AssemblyInfo.cs index 8320b408..9c6ecdd9 100755 --- a/lib/csharp/src/Properties/AssemblyInfo.cs +++ b/lib/csharp/src/Properties/AssemblyInfo.cs @@ -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.*")] diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json index e6ebca94..05431e6d 100644 --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json @@ -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", diff --git a/lib/perl/lib/Thrift.pm b/lib/perl/lib/Thrift.pm index 39b051f1..ffd6aeec 100644 --- a/lib/perl/lib/Thrift.pm +++ b/lib/perl/lib/Thrift.pm @@ -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; -- 2.17.1