From 8b42c688fdd176c6091a63be36ed7b4d9a72d2be Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Mon, 26 Feb 2018 08:31:32 -0800 Subject: bump version for release v3.2rc1.1 was a fluke where I didn't bump the version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3218801..bb59277 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.2rc1, distcc@lists.samba.org) +AC_INIT(distcc, 3.2rc1.2, distcc@lists.samba.org) AC_CONFIG_HEADERS(src/config.h) AC_CANONICAL_HOST -- cgit v1.2.1