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>2016-03-30 00:33:42 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-03-30 00:33:42 +0300
commitfbc4a0827b240df450bae96e8704bed980aec5cc (patch)
tree241339084842e5b8659c3ddb71c1684d99dd0a2b /newlib/acinclude.m4
parent3d90769979d35a59f262af2789ed337f43cd9fe0 (diff)
Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_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 a35264e9b..10671f859 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],[2]))
-AC_DEFUN([DEF_NEWLIB_MINOR_VERSION],m4_define([NEWLIB_MINOR_VERSION],[3]))
+AC_DEFUN([DEF_NEWLIB_MINOR_VERSION],m4_define([NEWLIB_MINOR_VERSION],[4]))
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]))