https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=da1611493ad6c2ee7953577093d8dccab72d8abd

commit da1611493ad6c2ee7953577093d8dccab72d8abd
Author: Corinna Vinschen <[email protected]>
Date:   Tue Jun 2 14:10:30 2015 +0200

    Bump minor DLL version to 3
    
    Signed-off-by: Corinna Vinschen <[email protected]>

Diff:
---
 winsup/cygwin/ChangeLog                | 4 ++++
 winsup/cygwin/include/cygwin/version.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e2ada77..e1ce921 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-02  Corinna Vinschen  <[email protected]>
+
+       * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 3.
+
 2015-05-28  Takashi Yano  <[email protected]>
            Corinna Vinschen  <[email protected]>
 
diff --git a/winsup/cygwin/include/cygwin/version.h 
b/winsup/cygwin/include/cygwin/version.h
index b9a09f5..7e1e77a 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -43,7 +43,7 @@ details. */
         changes to the DLL and is mainly informative in nature. */
 
 #define CYGWIN_VERSION_DLL_MAJOR 2000
-#define CYGWIN_VERSION_DLL_MINOR 2
+#define CYGWIN_VERSION_DLL_MINOR 3
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */

Reply via email to