diff options
author | Paul Smith <psmith@gnu.org> | 2010-07-28 05:39:50 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-07-28 05:39:50 +0000 |
commit | 95f1a32d27eef91a8a037522467d7060e7da2624 (patch) | |
tree | 5425627c23c80a78e77fbc4f6d51b08c5bad1874 /configure.in | |
parent | 59691939f93130491768297080773d91aaa3a3d0 (diff) | |
download | gunmake-3.82.tar.gz |
Release GNU make 3.823.82
- Update tests for Solaris bizarre-ness
- Update files for release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b0dd44b..f33cb34 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([GNU make],[3.81.91],[bug-make@gnu.org]) +AC_INIT([GNU make],[3.82],[bug-make@gnu.org]) AC_PREREQ(2.59) AC_REVISION([[$Id$]]) |