1*03ce13f7SAndroid Build Coastguard Worker /* 2*03ce13f7SAndroid Build Coastguard Worker * Copyright © 2012 Intel Corporation 3*03ce13f7SAndroid Build Coastguard Worker * 4*03ce13f7SAndroid Build Coastguard Worker * Permission is hereby granted, free of charge, to any person obtaining 5*03ce13f7SAndroid Build Coastguard Worker * a copy of this software and associated documentation files (the 6*03ce13f7SAndroid Build Coastguard Worker * "Software"), to deal in the Software without restriction, including 7*03ce13f7SAndroid Build Coastguard Worker * without limitation the rights to use, copy, modify, merge, publish, 8*03ce13f7SAndroid Build Coastguard Worker * distribute, sublicense, and/or sell copies of the Software, and to 9*03ce13f7SAndroid Build Coastguard Worker * permit persons to whom the Software is furnished to do so, subject to 10*03ce13f7SAndroid Build Coastguard Worker * the following conditions: 11*03ce13f7SAndroid Build Coastguard Worker * 12*03ce13f7SAndroid Build Coastguard Worker * The above copyright notice and this permission notice (including the 13*03ce13f7SAndroid Build Coastguard Worker * next paragraph) shall be included in all copies or substantial 14*03ce13f7SAndroid Build Coastguard Worker * portions of the Software. 15*03ce13f7SAndroid Build Coastguard Worker * 16*03ce13f7SAndroid Build Coastguard Worker * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17*03ce13f7SAndroid Build Coastguard Worker * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18*03ce13f7SAndroid Build Coastguard Worker * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 19*03ce13f7SAndroid Build Coastguard Worker * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 20*03ce13f7SAndroid Build Coastguard Worker * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 21*03ce13f7SAndroid Build Coastguard Worker * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 22*03ce13f7SAndroid Build Coastguard Worker * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23*03ce13f7SAndroid Build Coastguard Worker * SOFTWARE. 24*03ce13f7SAndroid Build Coastguard Worker */ 25*03ce13f7SAndroid Build Coastguard Worker 26*03ce13f7SAndroid Build Coastguard Worker #ifndef WAYLAND_VERSION_H 27*03ce13f7SAndroid Build Coastguard Worker #define WAYLAND_VERSION_H 28*03ce13f7SAndroid Build Coastguard Worker 29*03ce13f7SAndroid Build Coastguard Worker #define WAYLAND_VERSION_MAJOR 1 30*03ce13f7SAndroid Build Coastguard Worker #define WAYLAND_VERSION_MINOR 21 31*03ce13f7SAndroid Build Coastguard Worker #define WAYLAND_VERSION_MICRO 0 32*03ce13f7SAndroid Build Coastguard Worker #define WAYLAND_VERSION "1.21.0" 33*03ce13f7SAndroid Build Coastguard Worker 34*03ce13f7SAndroid Build Coastguard Worker #endif 35