From abe6a80412891cd9cfdb22a66a2b2a773fc4eb3b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 30 Apr 2017 16:36:25 +0100 Subject: [PATCH] Release Epoxy 1.4.2 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dc8dc15..31b0985 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libepoxy], - [1.4.1], + [1.4.2], [https://github.com/anholt/libepoxy], [libepoxy]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index ae0cc88..afccf78 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libepoxy', 'c', version: '1.4.1', +project('libepoxy', 'c', version: '1.4.2', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99',