* include/cygwin/version.h: Bump minor API version.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2002-07-24  Egor Duda  <deo@logos-m.ru> | ||||
|  | ||||
| 	* include/cygwin/version.h: Bump minor API version. | ||||
|  | ||||
| 2002-07-24  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* fhandler_serial.cc: Change 'must_init_serial_line capability' | ||||
|   | ||||
| @@ -152,12 +152,13 @@ details. */ | ||||
|        52: Export strptime | ||||
|        53: Export strlcat, strlcpy. | ||||
|        54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf. | ||||
|        55: Export fcloseall, fcloseall_r. | ||||
|      */ | ||||
|  | ||||
|      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ | ||||
|  | ||||
| #define CYGWIN_VERSION_API_MAJOR 0 | ||||
| #define CYGWIN_VERSION_API_MINOR 54 | ||||
| #define CYGWIN_VERSION_API_MINOR 55 | ||||
|  | ||||
|      /* There is also a compatibity version number associated with the | ||||
| 	shared memory regions.  It is incremented when incompatible | ||||
|   | ||||
		Reference in New Issue
	
	Block a user