Wayland++  0.2.3
C++ Bindings for Wayland
wayland-version.hpp
1 #ifndef WAYLAND_VERSION_HPP
2 #define WAYLAND_VERSION_HPP
3 
4 #define WAYLANDPP_VERSION_MAJOR 0
5 #define WAYLANDPP_VERSION_MINOR 2
6 #define WAYLANDPP_VERSION_PATCH 3
7 #define WAYLANDPP_VERSION "0.2.3"
8 
9 #endif