* include/cygwin/version.h: Bump DLL minor number.
This commit is contained in:
parent
a0ee9f7574
commit
073aa6812a
|
@ -1,3 +1,7 @@
|
||||||
|
2002-07-03 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump DLL minor number.
|
||||||
|
|
||||||
2002-07-03 Christopher Faylor <cgf@redhat.com>
|
2002-07-03 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* include/sys/statfs.h: New header file.
|
* include/sys/statfs.h: New header file.
|
||||||
|
|
|
@ -44,7 +44,7 @@ details. */
|
||||||
/* The current cygwin version is 1.3.6 */
|
/* The current cygwin version is 1.3.6 */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_DLL_MAJOR 1003
|
#define CYGWIN_VERSION_DLL_MAJOR 1003
|
||||||
#define CYGWIN_VERSION_DLL_MINOR 12
|
#define CYGWIN_VERSION_DLL_MINOR 13
|
||||||
|
|
||||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||||
incompatible. */
|
incompatible. */
|
||||||
|
|
Loading…
Reference in New Issue