You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/13 04:52:12 UTC

svn commit: r985079 - /incubator/thrift/trunk/configure.ac

Author: bryanduxbury
Date: Fri Aug 13 02:52:12 2010
New Revision: 985079

URL: http://svn.apache.org/viewvc?rev=985079&view=rev
Log:
bump version number from 0.4.0-dev to 0.5.0-dev

Modified:
    incubator/thrift/trunk/configure.ac

Modified: incubator/thrift/trunk/configure.ac
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/configure.ac?rev=985079&r1=985078&r2=985079&view=diff
==============================================================================
--- incubator/thrift/trunk/configure.ac (original)
+++ incubator/thrift/trunk/configure.ac Fri Aug 13 02:52:12 2010
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([thrift], [0.4.0-dev])
+AC_INIT([thrift], [0.5.0-dev])
 
 AC_CONFIG_AUX_DIR([.])