diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2010-02-03 15:40:47 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2010-02-22 17:05:01 -0500 |
commit | db4f676f25c6d8e58263d5151942be730592d444 (patch) | |
tree | 115236073b7bce2cf665ace0109839466239898b | |
parent | a6cbcf6e782e65f3d4d14202ed0b7a8f65b33c9d (diff) |
xselinux: Bump extension minor version.
Changes introduced in this version:
- 3 window-related requests now handle pixmaps also.
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | Xext/xselinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h index d82d90350..57239821e 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* Extension info */ #define SELINUX_EXTENSION_NAME "SELinux" #define SELINUX_MAJOR_VERSION 1 -#define SELINUX_MINOR_VERSION 0 +#define SELINUX_MINOR_VERSION 1 #define SELinuxNumberEvents 0 #define SELinuxNumberErrors 0 |