From 73473d06baa855cc66a7b79b7fbea078329b683f Mon Sep 17 00:00:00 2001 From: cgf Date: Mon, 23 Apr 2001 00:48:23 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump Cygwin version and API version. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 01616f0715..4c01080a2d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Sun Apr 22 20:48:24 2001 Christopher Faylor + + * include/cygwin/version.h: Bump Cygwin version and API version. + Mon Apr 23 9:27:00 2001 Robert Collins * 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 b9fdcc5084..f5cc9e28a7 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 -- 2.11.0