summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-08-13 02:50:56 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-08-13 02:50:56 +0000
commit2acb33cf4149306204286ac222243c86634f3392 (patch)
tree2d88370a4c2a11bc0ca45955b95f436cdb63e23e
parentd26ef49c90ee94a140ebdf692b54158b8b249389 (diff)
downloadthrift-2acb33cf4149306204286ac222243c86634f3392.tar.gz
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6a8a0d3e..6ff43caa9 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([.])