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:
authorChristopher Faylor <me@cgf.cx>2001-04-25 18:59:49 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-25 18:59:49 +0400
commitedc4bfd9da3792082055413387974f4224cb8120 (patch)
treeb191c2baa59f7cc0f252945eb4dc665e3cbe07c7 /winsup/cygwin/include
parentfeae8d0eabee708677d062b4809cc2408df1b554 (diff)
* include/cygwin/version.h: Bump minor version number.
* childinfo.h: Bump child structure magic number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index f5cc9e28a..408ea282f 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -44,7 +44,7 @@ details. */
/* The current cygwin version is 1.3.1 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 1
+#define CYGWIN_VERSION_DLL_MINOR 2
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */