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>2018-01-18 21:07:45 +0300
committerJeff Johnston <jjohnstn@redhat.com>2018-01-18 21:07:45 +0300
commitfffd2770db9aa7aa0404d124d8ce4bf00f7f4c71 (patch)
treef52fd0a29dd7c168b4e2db5618077459256bf737 /newlib/acinclude.m4
parentf2c9e55faf6fa560c25d448afa7e2d1ad61468f2 (diff)
Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0
- major release required due to removal of K&R support
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 2b0dd5822..8b18097f4 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -1,8 +1,8 @@
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],[5]))
+AC_DEFUN([DEF_NEWLIB_MAJOR_VERSION],m4_define([NEWLIB_MAJOR_VERSION],[3]))
+AC_DEFUN([DEF_NEWLIB_MINOR_VERSION],m4_define([NEWLIB_MINOR_VERSION],[0]))
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]))