summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
Diffstat (limited to 'winsup')
-rw-r--r--winsup/mingw/ChangeLog1
-rw-r--r--winsup/mingw/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 0c435aa16..1071dc75c 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,6 +1,7 @@
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.13.
+ * Makefile.in: Reset CYGRELEASE to 1
2007-07-23 Keith Marshall <keithmarshall@users.sourceforge.net>
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 4e00b0729..60ecbb564 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -19,7 +19,7 @@
PACKAGE = mingw-runtime
VERSION = @PACKAGE_VERSION@
-CYGRELEASE = 3
+CYGRELEASE = 1
VPATH = @srcdir@
srcdir = @srcdir@