summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-23 00:48:23 +0000
committerChristopher Faylor <me@cgf.cx>2001-04-23 00:48:23 +0000
commitc02e9189cfd53e84096446a45ab3972753965304 (patch)
tree5219d143088b2a2cd20282c549f2277ed20c02a1
parent9672024b826f38868879a1b5fb60891e5830eff6 (diff)
downloadcygnal-c02e9189cfd53e84096446a45ab3972753965304.tar.gz
cygnal-c02e9189cfd53e84096446a45ab3972753965304.tar.bz2
cygnal-c02e9189cfd53e84096446a45ab3972753965304.zip
* include/cygwin/version.h: Bump Cygwin version and API version.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 01616f071..4c01080a2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 22 20:48:24 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * include/cygwin/version.h: Bump Cygwin version and API version.
+
Mon Apr 23 9:27:00 2001 Robert Collins <rbtcollins@hotmail.com>
* thread.cc (MTinterface::Init): Always initialise per process variables.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index b9fdcc508..f5cc9e28a 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.3.0 */
+ /* The current cygwin version is 1.3.1 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 0
+#define CYGWIN_VERSION_DLL_MINOR 1
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */
@@ -131,10 +131,11 @@ details. */
mrand48, nrand48, seed48, and srand48.
36: Added _cygwin_S_IEXEC, et al
37: [f]pathconv support _PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY
+ 38: vscanf, vscanf_r, and random pthread functions
*/
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 37
+#define CYGWIN_VERSION_API_MINOR 38
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible