|
From: Keith M. <no...@so...> - 2015-06-08 14:09:32
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Repository: mingw-org-wsl".
The branch, legacy has been updated
via 1f99a789588f8785d6bf69820ff0f5268720fc89 (commit)
via 0e96011ff8337867928363061febbc7f97b31bfc (commit)
from 75741ed73886a6caa5486e09124d66e78a50fb51 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sf.net/p/mingw/mingw-org-wsl/ci/1f99a789588f8785d6bf69820ff0f5268720fc89/
commit 1f99a789588f8785d6bf69820ff0f5268720fc89
Author: Keith Marshall <kei...@us...>
Date: Mon Jun 8 13:19:21 2015 +0100
Added tag mingwrt-3.21.1-release for changeset 283116261e25
diff --git a/.hgtags b/.hgtags
index 290b439..29afce2 100644
--- a/.hgtags
+++ b/.hgtags
@@ -1 +1,2 @@
e6ff0d91cb5027521a314fd0c5eaaedcc7521c19 mingwrt-3.21-release
+283116261e256a65a941ce62e80059843d4d8c51 mingwrt-3.21.1-release
https://sf.net/p/mingw/mingw-org-wsl/ci/0e96011ff8337867928363061febbc7f97b31bfc/
commit 0e96011ff8337867928363061febbc7f97b31bfc
Author: Keith Marshall <kei...@us...>
Date: Mon Jun 8 12:47:07 2015 +0100
Prepare and tag all files for release of mingwrt-3.21.1.
diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog
index 3993da0..8d467c9 100644
--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,3 +1,11 @@
+2015-06-08 Keith Marshall <kei...@us...>
+
+ Prepare and tag all files for release of mingwrt-3.21.1.
+
+ * configure.ac (AC_INIT): Adjust package version argument.
+ * include/_mingw.h (__MINGW32_PATCHLEVEL): Increment to 1, and...
+ (__MINGW32_VERSION): ...increment this to match.
+
2015-05-18 Keith Marshall <kei...@us...>
Refactor to avoid possible time_t conflicts across headers.
diff --git a/mingwrt/configure.ac b/mingwrt/configure.ac
index b9191d2..a6ba253 100644
--- a/mingwrt/configure.ac
+++ b/mingwrt/configure.ac
@@ -6,7 +6,7 @@
# $Id$
#
# Written by Keith Marshall <kei...@us...>
-# Copyright (C) 2014, MinGW.org Project
+# Copyright (C) 2014, 2015, MinGW.org Project
#
#
# Permission is hereby granted, free of charge, to any person obtaining a
@@ -29,7 +29,7 @@
# DEALINGS IN THE SOFTWARE.
#
AC_PREREQ([2.64])
- AC_INIT([MinGW Runtime],[3.21],[http://mingw.org/Reporting_Bugs],[mingwrt])
+ AC_INIT([MinGW Runtime],[3.21.1],[http://mingw.org/Reporting_Bugs],[mingwrt])
AC_PREFIX_DEFAULT([/mingw])
AC_CONFIG_SRCDIR([include/_mingw.h])
diff --git a/mingwrt/include/_mingw.h b/mingwrt/include/_mingw.h
index c4386e6..e9b2296 100644
--- a/mingwrt/include/_mingw.h
+++ b/mingwrt/include/_mingw.h
@@ -31,10 +31,10 @@
*
* __MINGW32_VERSION = 1,000,000 * major + 1,000 * minor + patch
*/
-#define __MINGW32_VERSION 3021000L
+#define __MINGW32_VERSION 3021001L
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 21
-#define __MINGW32_PATCHLEVEL 0
+#define __MINGW32_PATCHLEVEL 1
#if __GNUC__ >= 3
#ifndef __PCC__
-----------------------------------------------------------------------
Summary of changes:
.hgtags | 1 +
mingwrt/ChangeLog | 8 ++++++++
mingwrt/configure.ac | 4 ++--
mingwrt/include/_mingw.h | 4 ++--
4 files changed, 13 insertions(+), 4 deletions(-)
hooks/post-receive
--
Repository: mingw-org-wsl
|