Author: bryanduxbury
Date: Fri May 7 18:55:53 2010
New Revision: 942178
URL: http://svn.apache.org/viewvc?rev=942178&view=rev
Log:
bump some version numbers to where they belong
Modified:
incubator/thrift/branches/0.3.0/configure.ac
incubator/thrift/branches/0.3.0/lib/rb/Rakefile
Modified: incubator/thrift/branches/0.3.0/configure.ac
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.0/configure.ac?rev=942178&r1=942177&r2=942178&view=diff
==============================================================================
--- incubator/thrift/branches/0.3.0/configure.ac (original)
+++ incubator/thrift/branches/0.3.0/configure.ac Fri May 7 18:55:53 2010
@@ -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([.])
Modified: incubator/thrift/branches/0.3.0/lib/rb/Rakefile
URL:
http://svn.apache.org/viewvc/incubator/thrift/branches/0.3.0/lib/rb/Rakefile?rev=942178&r1=942177&r2=942178&view=diff
==============================================================================
--- incubator/thrift/branches/0.3.0/lib/rb/Rakefile (original)
+++ incubator/thrift/branches/0.3.0/lib/rb/Rakefile Fri May 7 18:55:53 2010
@@ -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