Author: bryanduxbury
Date: Tue Sep 28 17:38:19 2010
New Revision: 1002285

URL: http://svn.apache.org/viewvc?rev=1002285&view=rev
Log:
fix version and rubygem version

Modified:
    incubator/thrift/branches/0.5.x/configure.ac
    incubator/thrift/branches/0.5.x/lib/rb/Rakefile

Modified: incubator/thrift/branches/0.5.x/configure.ac
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.5.x/configure.ac?rev=1002285&r1=1002284&r2=1002285&view=diff
==============================================================================
--- incubator/thrift/branches/0.5.x/configure.ac (original)
+++ incubator/thrift/branches/0.5.x/configure.ac Tue Sep 28 17:38:19 2010
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.65)
 
-AC_INIT([thrift], [0.5.0-dev])
+AC_INIT([thrift], [0.5.0])
 
 AC_CONFIG_AUX_DIR([.])
 

Modified: incubator/thrift/branches/0.5.x/lib/rb/Rakefile
URL: 
http://svn.apache.org/viewvc/incubator/thrift/branches/0.5.x/lib/rb/Rakefile?rev=1002285&r1=1002284&r2=1002285&view=diff
==============================================================================
--- incubator/thrift/branches/0.5.x/lib/rb/Rakefile (original)
+++ incubator/thrift/branches/0.5.x/lib/rb/Rakefile Tue Sep 28 17:38:19 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.5.0"
     p.rubygems_version = ">= 1.2.0"
   end
 


Reply via email to