summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers@khanacademy.org>2008-04-19 23:40:12 +0000
committerCraig Silverstein <csilvers@khanacademy.org>2008-04-19 23:40:12 +0000
commit0d2554e55f88ad8dbe063a7a2e111bb10da129f8 (patch)
tree20ecdc25ecd79da4c0c75cb38cf4191fc4f9aaad /configure.ac
parent3802fceca951bf7aafe7778def2bdaa673010a4c (diff)
downloaddistcc-git-0d2554e55f88ad8dbe063a7a2e111bb10da129f8.tar.gz
Fix some bugs in the googlecode-upload script, and modify the upload
target in the Makefile to call it. Also added googlecode_upload.py to the dist tarball. Also update the version number to prerelease2. As part of testing this change, I actually uploaded the tarballs and rpm files to code.google.com. Reviewed by fergus@google.com
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 3c878f6..6e74474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ dnl Process this file with autoconf to produce a configure script
# As of 0.6cvs, distcc no longer uses automake, only autoconf.
AC_PREREQ(2.53)
-AC_INIT(distcc, 3.0prerelease1, distcc-pump@google.com)
+AC_INIT(distcc, 3.0prerelease2, distcc-pump@google.com)
AC_CONFIG_HEADERS(src/config.h)
AC_CANONICAL_HOST