summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-04-30 21:39:54 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-04-30 21:39:54 +0000
commitadf5f19c541deeeb5fc9f695c61378e4490745a7 (patch)
tree0cde6c3cdec63b94fe584f4556044754acf9c1f5
parent12abe949779c5eb318ae616695ce02385b728bce (diff)
downloadthrift-adf5f19c541deeeb5fc9f695c61378e4490745a7.tar.gz
set the TRUNK version to 0.4.0-dev, instead of the ancient 20080411 datestamp
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@939825 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 dfb06b2c6..407120513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
AC_PREREQ(2.59)
-AC_INIT([thrift], [20080411])
+AC_INIT([thrift], [0.4.0-dev])
AC_CONFIG_AUX_DIR([.])