aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-25 20:10:53 +0000
committerChristopher Faylor <me@cgf.cx>2004-05-25 20:10:53 +0000
commite793c4d3bb1eca1a442aedd33e8b783bd3e8b020 (patch)
tree70adb72731e072e3c28fa727dc7691468fae73fb
parent1d44ff85de396f2589b81966cbda7618b45b3fe4 (diff)
downloadnewlib-e793c4d3bb1eca1a442aedd33e8b783bd3e8b020.zip
newlib-e793c4d3bb1eca1a442aedd33e8b783bd3e8b020.tar.gz
newlib-e793c4d3bb1eca1a442aedd33e8b783bd3e8b020.tar.bz2
Knock down version number.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
2 files changed, 1 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index edf4377..ccb0e83 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -5,10 +5,6 @@
2004-05-25 Christopher Faylor <cgf@alum.bu.edu>
- * include/cygwin/version.h: Bump DLL minor number to 11.
-
-2004-05-25 Christopher Faylor <cgf@alum.bu.edu>
-
* winbase.h: Add proper attributions for memory operands throughout.
2004-05-24 Christopher Faylor <cgf@alum.bu.edu>
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index d171f40..4d3e75d 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -42,7 +42,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 1005
-#define CYGWIN_VERSION_DLL_MINOR 10
+#define CYGWIN_VERSION_DLL_MINOR 9
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */