From b9b7048bc37c3fc30e0631a5fa0be9e12ab20d71 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Fri, 7 May 2010 18:55:53 +0000 Subject: [PATCH] bump some version numbers to where they belong git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/branches/0.3.0@942178 13f79535-47bb-0310-9956-ffa450edef68 --- configure.ac | 2 +- lib/rb/Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 098b6cac..c97c8fd3 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.59) -AC_INIT([thrift], [0.4.0-dev]) +AC_INIT([thrift], [0.3.0]) AC_CONFIG_AUX_DIR([.]) diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 10383e71..a042fb8b 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -82,7 +82,7 @@ begin p.summary = "Ruby libraries for Thrift (a language-agnostic RPC system)" p.url = "http://incubator.apache.org/thrift/" p.include_rakefile = true - p.version = "0.2.5" + p.version = "0.3.0" p.rubygems_version = ">= 1.2.0" end -- 2.17.1