* include/cygwin/version.h: Bump minor API version due to adding
inet_aton.
This commit is contained in:
parent
cbbf0f9645
commit
2e68f6b47e
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Nov 25 11:27:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump minor API version due to adding
|
||||||
|
inet_aton.
|
||||||
|
|
||||||
Sat Nov 25 11:07:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
Sat Nov 25 11:07:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* net.cc (cygwin_inet_aton): New function.
|
* net.cc (cygwin_inet_aton): New function.
|
||||||
|
|
|
@ -121,10 +121,11 @@ details. */
|
||||||
28: Accidentally bumped by cgf
|
28: Accidentally bumped by cgf
|
||||||
29: Export hstrerror
|
29: Export hstrerror
|
||||||
30: CW_GET_CYGDRIVE_INFO addition to external.cc
|
30: CW_GET_CYGDRIVE_INFO addition to external.cc
|
||||||
|
31: Export inet_aton
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#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
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue