summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-01-30 23:19:19 +0000
committerChristopher Faylor <me@cgf.cx>2001-01-30 23:19:19 +0000
commit4f42df7bc43f874642b8da13c44438ca0d450c5f (patch)
tree5fc98fadd08ed4699a231c69321f7ea9e8d9b4a4 /winsup
parent535964b7a4285c524326c454472f96c837e607d8 (diff)
downloadcygnal-4f42df7bc43f874642b8da13c44438ca0d450c5f.tar.gz
cygnal-4f42df7bc43f874642b8da13c44438ca0d450c5f.tar.bz2
cygnal-4f42df7bc43f874642b8da13c44438ca0d450c5f.zip
* include/cygwin/version.h: Bump version to 1.3.0.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 26d6a1447..6f1267da4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 30 18:15:23 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * include/cygwin/version.h: Bump version to 1.3.0.
+
Tue Jan 30 8:55:00 2001 Corinna Vinschen <corinna@vinschen.de>
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 22cf88f6e..abb76c070 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -41,10 +41,10 @@ details. */
the Cygwin library". This version is used to track important
changes to the DLL and is mainly informative in nature. */
- /* The current cygwin version is 1.1.0 */
+ /* The current cygwin version is 1.3.0 */
-#define CYGWIN_VERSION_DLL_MAJOR 1001
-#define CYGWIN_VERSION_DLL_MINOR 8
+#define CYGWIN_VERSION_DLL_MAJOR 1003
+#define CYGWIN_VERSION_DLL_MINOR 0
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */