#endif
#define PATH_MAX MAX_PATH
-#define THRIFT_VERSION "0.8.0-dev"
+#define THRIFT_VERSION "0.8.0"
#ifndef S_ISDIR
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
AC_PREREQ(2.65)
-AC_INIT([thrift], [0.8.0-dev])
+AC_INIT([thrift], [0.8.0])
AC_CONFIG_AUX_DIR([.])
+thrift (0.8.0) stable; urgency=low
+
+ * update to 0.8.0
+
+ -- Jake Farrell <jfarrell@apache.org> Sat, 26 Nov 2011 13:00:00 -0500
+
thrift (0.7.0) stable; urgency=low
* update to 0.7.0
#pragma warning(disable: 4996) // Depreciated posix name.
#pragma warning(disable: 4250) // Inherits via dominance.
-#define VERSION "0.8.0-dev"
+#define VERSION "0.8.0"
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SYS_STAT_H 1
// 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.8.0.*")]
+[assembly: AssemblyFileVersion("0.8.0.*")]
// 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.*")]
+[assembly: AssemblyVersion("0.8.0.*")]\r
+[assembly: AssemblyFileVersion("0.8.0.*")]
SysUtils, Thrift.Protocol;
const
- Version = '0.8.0-dev';
+ Version = '0.8.0';
type
IProcessor = interface
--
Name: thrift
-Version: 0.8.0-dev
+Version: 0.8.0
Cabal-Version: >= 1.4
License: OtherLicense
Category: Foreign
thrift.version=0.8.0
+release=true
thrift.groupid=org.apache.thrift
# Jar Versions
* under the License.
*/
var Thrift = {
- Version: '0.8.0-dev',
+ Version: '0.8.0',
/*
Description: 'JavaScript bindings for the Apache Thrift RPC system',
License: 'http://www.apache.org/licenses/LICENSE-2.0',
{ "type" : "svn",
"url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
},
- "version": "0.8.0-dev",
+ "version": "0.8.0",
"author":
{ "name": "Apache Thrift Developers",
"email": "dev@thrift.apache.org",
# under the License.
#
-our $VERSION = '0.8.0-dev';
+our $VERSION = '0.8.0';
require 5.6.0;
use strict;
extensions = dict()
setup(name = 'thrift',
- version = '0.8.0-dev',
+ version = '0.8.0',
description = 'Python bindings for the Apache Thrift RPC system',
author = ['Thrift Developers'],
author_email = ['dev@thrift.apache.org'],
Gem::Specification.new do |s|
s.name = 'thrift'
- s.version = '0.8.0.1'
+ s.version = '0.8.0'
s.authors = ['Thrift Developers']
s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org'