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:
authorCorinna Vinschen <corinna@vinschen.de>2000-11-25 13:29:49 +0300
committerCorinna Vinschen <corinna@vinschen.de>2000-11-25 13:29:49 +0300
commit2e68f6b47ee7a2116d677de3e366c2397a2f0116 (patch)
tree5143b0d014d98e03ead8b1a968a9aa74bf3ca40e /winsup/cygwin/include
parentcbbf0f9645297f09774d894c7fde226ce841850b (diff)
* include/cygwin/version.h: Bump minor API version due to adding
inet_aton.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 904b7c97c..9b106daa3 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -121,10 +121,11 @@ details. */
28: Accidentally bumped by cgf
29: Export hstrerror
30: CW_GET_CYGDRIVE_INFO addition to external.cc
+ 31: Export inet_aton
*/
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 30
+#define CYGWIN_VERSION_API_MINOR 31
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible