Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-23 04:48:23 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-23 04:48:23 +0400
commitc02e9189cfd53e84096446a45ab3972753965304 (patch)
tree5219d143088b2a2cd20282c549f2277ed20c02a1 /winsup/cygwin/include
parent9672024b826f38868879a1b5fb60891e5830eff6 (diff)
* include/cygwin/version.h: Bump Cygwin version and API version.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h7
1 files changed, 4 insertions, 3 deletions
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