summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2007-09-18 19:46:00 +0000
committerDavid Reiss <dreiss@apache.org>2007-09-18 19:46:00 +0000
commitb72d19f653878dddfe09d01082dad3f077ecf95a (patch)
treec36fec3a5ec85072c64a70a12e07b94619f18265 /configure.ac
parent93a0664affc0805d11c9d69ae9989e96f2700842 (diff)
downloadthrift-b72d19f653878dddfe09d01082dad3f077ecf95a.tar.gz
Thrift: Prep for release.
Summary: - make dist is no fun. Had to add a lot of stuff to Makefile.am to make sure stuff got included in the tarball. - Added a permanent NEWS file with the release notes for this release. - clean.sh removes ylwrap also. - Gave it a real version for make dist. - Added ACLOCAL_AMFLAGS to lib/cpp/Makefile.am to make it easier to work on configure.ac. - Made concurrency_test a non-installed binary because no one wants to install it. - Dropped some symlinks that were annoying make dist. - Updated README. Test Plan: ./bootstrap.sh && ./configure && make dist Compared contents of tarball to source tree. Did this from a fresh git tree so no gross untracked files would be around. On devrs: ./bootstrap.sh && ./configure && make install DESTDIR=/tmp/relinst1 Made sure concurrency_test was built but not installed. Checked zlib URL with firefox. Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2605478c3..8591d087a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([thrift], [1.0])
+AC_INIT([thrift], [20070917])
AC_CONFIG_AUX_DIR([.])