diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-17 19:47:04 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 18:26:20 -0400 |
commit | c65723b624b0718f020868ac3aa9a19542434d50 (patch) | |
tree | 827c8e71a75bc1bb578432ad9b275d791fee2a47 /include | |
parent | 533e88162b1540e2ed7d3c6ccdae5f50aac3d69d (diff) |
The interface changes made recently have to be documented, and due to the
time interval, etc., in turn requires an update to the specification version.
Update that now.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Intrinsic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Intrinsic.h b/include/X11/Intrinsic.h index 760bba9..99c4d84 100644 --- a/include/X11/Intrinsic.h +++ b/include/X11/Intrinsic.h @@ -61,7 +61,7 @@ in this Software without prior written authorization from The Open Group. #include <string.h> /* for XtNewString */ #endif /* XT_BC else */ -#define XtSpecificationRelease 6 +#define XtSpecificationRelease 7 /* * As used in its function interface, the String type of libXt can be readonly. |