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>2002-07-04 02:25:38 +0400
committerChristopher Faylor <me@cgf.cx>2002-07-04 02:25:38 +0400
commit073aa6812a147a738540b28a44e2bbf2ddcf83df (patch)
treeb16633c72ab2b7e692d73e14263fc29ad956d149
parenta0ee9f75747b95a741e17b1ac1ac95c228e26756 (diff)
* include/cygwin/version.h: Bump DLL minor number.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 029f54dc6..aaea5c2b9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-07-03 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number.
+
+2002-07-03 Christopher Faylor <cgf@redhat.com>
+
* include/sys/statfs.h: New header file.
2002-07-03 Christopher Faylor <cgf@redhat.com>
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 5b9cf44d6..58bed4321 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.6 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 12
+#define CYGWIN_VERSION_DLL_MINOR 13
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */