OSDN Git Service

Prepare and tag all files for release of mingwrt-3.21.1. mingwrt-3.21.1-release
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 8 Jun 2015 11:47:07 +0000 (12:47 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 8 Jun 2015 11:47:07 +0000 (12:47 +0100)
mingwrt/ChangeLog
mingwrt/configure.ac
mingwrt/include/_mingw.h

index 3993da0..8d467c9 100644 (file)
@@ -1,3 +1,11 @@
+2015-06-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       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  <keithmarshall@users.sourceforge.net>
 
        Refactor to avoid possible time_t conflicts across headers.
index b9191d2..a6ba253 100644 (file)
@@ -6,7 +6,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# 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])
index c4386e6..e9b2296 100644 (file)
  *
  *   __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__