Updating trunk to 0.9.0 version.
authorJake Farrell <jfarrell@apache.org>
Wed, 30 Nov 2011 02:09:46 +0000 (02:09 +0000)
committerJake Farrell <jfarrell@apache.org>
Wed, 30 Nov 2011 02:09:46 +0000 (02:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1208214 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
compiler/cpp/src/windows/version.h
configure.ac
lib/cpp/src/windows/config.h
lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
lib/csharp/src/Properties/AssemblyInfo.cs
lib/delphi/src/Thrift.pas
lib/hs/Thrift.cabal
lib/java/build.properties
lib/js/thrift.js
lib/nodejs/package.json
lib/perl/lib/Thrift.pm
lib/py/setup.py
lib/rb/thrift.gemspec

index fab932f..9e681d5 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #define PATH_MAX MAX_PATH
-#define THRIFT_VERSION "0.8.0-dev"
+#define THRIFT_VERSION "0.9.0-dev"
 
 #ifndef S_ISDIR
 #define S_ISDIR(mode)  (((mode) & S_IFMT) == S_IFDIR)
index 82ca641..37d9d75 100644 (file)
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.65)
 
-AC_INIT([thrift], [0.8.0-dev])
+AC_INIT([thrift], [0.9.0-dev])
 
 AC_CONFIG_AUX_DIR([.])
 
index 6116caa..272a070 100644 (file)
@@ -31,7 +31,7 @@
 #pragma warning(disable: 4996) // Depreciated posix name.
 #pragma warning(disable: 4250) // Inherits via dominance.
 
-#define VERSION "0.8.0-dev"
+#define VERSION "0.9.0-dev"
 #define HAVE_GETTIMEOFDAY 1
 #define HAVE_SYS_STAT_H 1
 
index 8769f1a..2e08e66 100644 (file)
@@ -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.7.0.*")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.9.0.*")]
+[assembly: AssemblyFileVersion("0.9.0.*")]
index 9c6ecdd..0b39006 100755 (executable)
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
- * under the License.\r
- */\r
-\r
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
-using System.Runtime.InteropServices;\r
-\r
-// General Information about an assembly is controlled through the following\r
-// set of attributes. Change these attribute values to modify the information\r
-// associated with an assembly.\r
-[assembly: AssemblyTitle("Thrift")]\r
-[assembly: AssemblyDescription("C# bindings for the Apache Thrift RPC system")]\r
-[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("The Apache Software Foundation")]\r
-[assembly: AssemblyProduct("Thrift")]\r
-[assembly: AssemblyCopyright("The Apache Software Foundation")]\r
-[assembly: AssemblyTrademark("")]\r
-[assembly: AssemblyCulture("")]\r
-//@TODO where to put License information?\r
-\r
-// Setting ComVisible to false makes the types in this assembly not visible\r
-// to COM components.  If you need to access a type in this assembly from\r
-// COM, set the ComVisible attribute to true on that type.\r
-[assembly: ComVisible(false)]\r
-\r
-// The following GUID is for the ID of the typelib if this project is exposed to COM\r
-[assembly: Guid("df3f8ef0-e0a3-4c86-a65b-8ec84e016b1d")]\r
-\r
-// Version information for an assembly consists of the following four values:\r
-//\r
-//      Major Version\r
-//      Minor Version\r
-//      Build Number\r
-//      Revision\r
-//\r
-// 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.7.0.*")]\r
-[assembly: AssemblyFileVersion("0.7.0.*")]
+ * under the License.
+ */
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Thrift")]
+[assembly: AssemblyDescription("C# bindings for the Apache Thrift RPC system")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Thrift")]
+[assembly: AssemblyCopyright("The Apache Software Foundation")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+//@TODO where to put License information?
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components.  If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("df3f8ef0-e0a3-4c86-a65b-8ec84e016b1d")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version
+//      Build Number
+//      Revision
+//
+// 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.9.0.*")]
+[assembly: AssemblyFileVersion("0.9.0.*")]
index dceb256..aa69f93 100644 (file)
@@ -25,7 +25,7 @@ uses
   SysUtils, Thrift.Protocol;
 
 const
-  Version = '0.8.0-dev';
+  Version = '0.9.0-dev';
 
 type
   IProcessor = interface
index 3e7418b..393e064 100644 (file)
@@ -18,7 +18,7 @@
 --
 
 Name:           thrift
-Version:        0.8.0-dev
+Version:        0.9.0-dev
 Cabal-Version:  >= 1.4
 License:        OtherLicense
 Category:       Foreign
index 0d372b3..6e31bb4 100644 (file)
@@ -1,4 +1,4 @@
-thrift.version=0.8.0
+thrift.version=0.9.0
 thrift.groupid=org.apache.thrift
 
 # Jar Versions 
index d1c9adf..d1cf099 100644 (file)
@@ -17,7 +17,7 @@
  * under the License.
  */
 var Thrift = {
-    Version: '0.8.0-dev',
+    Version: '0.9.0-dev',
 /*
     Description: 'JavaScript bindings for the Apache Thrift RPC system',
     License: 'http://www.apache.org/licenses/LICENSE-2.0',
index e378d2d..386b7df 100644 (file)
@@ -6,7 +6,7 @@
     { "type" : "svn",
       "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
     },
-  "version": "0.8.0-dev",
+  "version": "0.9.0-dev",
   "author":
     { "name": "Apache Thrift Developers",
       "email": "dev@thrift.apache.org",
index 1863d3e..f3ff287 100644 (file)
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-our $VERSION = '0.8.0-dev';
+our $VERSION = '0.9.0-dev';
 
 require 5.6.0;
 use strict;
index 5870cd0..5e4f923 100644 (file)
@@ -66,7 +66,7 @@ def run_setup(with_binary):
         extensions = dict()
         
     setup(name = 'thrift',
-        version = '0.8.0-dev',
+        version = '0.9.0-dev',
         description = 'Python bindings for the Apache Thrift RPC system',
         author = ['Thrift Developers'],
         author_email = ['dev@thrift.apache.org'],
index 90d1bf8..bc436dc 100644 (file)
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
 
 Gem::Specification.new do |s|
   s.name        = 'thrift'
-  s.version     = '0.8.0.1'
+  s.version     = '0.9.0.1'
   s.authors     = ['Thrift Developers']
   s.email       = ['dev@thrift.apache.org']
   s.homepage    = 'http://thrift.apache.org'