summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-02-15 12:56:53 -0800
committerKeith Packard <keithp@keithp.com>2018-02-15 12:58:24 -0800
commitfd31dca92250e559c286ee80c35a9125a9f8fd05 (patch)
treef44c6d4650e8eed7bff9e3d9ce3dbc49f8f2dda9
parentc1418cffb57e28cb50030f1b012ccc38bf4e7367 (diff)
Bump meson.build version to 2018.2
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a52aee4..c805084 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-project('xorgproto', 'c', license : 'MIT', version : '2018.1')
+project('xorgproto', 'c', license : 'MIT', version : '2018.2')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
sed = find_program('sed')