From 5564f9d28de46b2e1236dd7252549698efe66d8a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 2 Mar 2017 18:26:58 +0000 Subject: Release Epoxy 1.4.1 (stable) --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 34a109f..dc8dc15 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libepoxy], - [1.4.0], + [1.4.1], [https://github.com/anholt/libepoxy], [libepoxy]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index 470aef6..95aac5c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libepoxy', 'c', version: '1.4.0', +project('libepoxy', 'c', version: '1.4.1', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99', -- cgit v1.2.1