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:50:56 UTC

svn commit: r985077 - /incubator/thrift/branches/0.4.x/configure.ac

Author: bryanduxbury
Date: Fri Aug 13 02:50:56 2010
New Revision: 985077

URL: http://svn.apache.org/viewvc?rev=985077&view=rev
Log:
change version in configure.ac from 0.4.0-dev to 0.4.0

Modified:
    incubator/thrift/branches/0.4.x/configure.ac

Modified: incubator/thrift/branches/0.4.x/configure.ac
URL: http://svn.apache.org/viewvc/incubator/thrift/branches/0.4.x/configure.ac?rev=985077&r1=985076&r2=985077&view=diff
==============================================================================
--- incubator/thrift/branches/0.4.x/configure.ac (original)
+++ incubator/thrift/branches/0.4.x/configure.ac Fri Aug 13 02:50:56 2010
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([thrift], [0.4.0-dev])
+AC_INIT([thrift], [0.4.0])
 
 AC_CONFIG_AUX_DIR([.])