Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2020-01-02 22:56:24 +0300
committerJeff Johnston <jjohnstn@redhat.com>2020-01-02 22:56:24 +0300
commit1afb22a12083e9dcfaa2a010c14f3b36ee27d27b (patch)
treedf131411b7fe652dbf8ae5356cb77ad12c0a6006 /newlib/acinclude.m4
parent7685c4dd6c77a4177dfbbf91ac255053171cc41f (diff)
Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index ed5944648..650ac8b89 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -2,7 +2,7 @@ dnl This provides configure definitions used by all the newlib
dnl configure.in files.
AC_DEFUN([DEF_NEWLIB_MAJOR_VERSION],m4_define([NEWLIB_MAJOR_VERSION],[3]))
-AC_DEFUN([DEF_NEWLIB_MINOR_VERSION],m4_define([NEWLIB_MINOR_VERSION],[1]))
+AC_DEFUN([DEF_NEWLIB_MINOR_VERSION],m4_define([NEWLIB_MINOR_VERSION],[2]))
AC_DEFUN([DEF_NEWLIB_PATCHLEVEL_VERSION],m4_define([NEWLIB_PATCHLEVEL_VERSION],[0]))
AC_DEFUN([DEF_NEWLIB_VERSION],m4_define([NEWLIB_VERSION],[NEWLIB_MAJOR_VERSION.NEWLIB_MINOR_VERSION.NEWLIB_PATCHLEVEL_VERSION]))