From: Bryan Duxbury Date: Fri, 13 Aug 2010 02:50:56 +0000 (+0000) Subject: change version in configure.ac from 0.4.0-dev to 0.4.0 X-Git-Tag: 0.4.0~5 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2acb33cf4149306204286ac222243c86634f3392;p=common%2Fthrift.git change version in configure.ac from 0.4.0-dev to 0.4.0 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/branches/0.4.x@985077 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index f6a8a0d3..6ff43caa 100644 --- a/configure.ac +++ b/configure.ac @@ -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([.])