You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/05/07 00:01:28 UTC

svn commit: r772442 - /incubator/thrift/branches/0.1.x/configure.ac

Author: dreiss
Date: Wed May  6 22:01:28 2009
New Revision: 772442

URL: http://svn.apache.org/viewvc?rev=772442&view=rev
Log:
THRIFT-439. Update version in configure.ac in the 0.1.x branch

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

Modified: incubator/thrift/branches/0.1.x/configure.ac
URL: http://svn.apache.org/viewvc/incubator/thrift/branches/0.1.x/configure.ac?rev=772442&r1=772441&r2=772442&view=diff
==============================================================================
--- incubator/thrift/branches/0.1.x/configure.ac (original)
+++ incubator/thrift/branches/0.1.x/configure.ac Wed May  6 22:01:28 2009
@@ -19,7 +19,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([thrift], [20080411])
+AC_INIT([thrift], [0.1-dev])
 
 AC_CONFIG_AUX_DIR([.])