summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-06-06 10:55:43 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-06-06 10:55:43 +0100
commit8d03a6a8278f7e12a910b5a8288484f8ae431653 (patch)
treecd8dc146923695ee5ace9583b637925e6c00790a
parent898ba5d49799b9dd079c7bf99b76d668a8bcd5f3 (diff)
downloadlibepoxy-8d03a6a8278f7e12a910b5a8288484f8ae431653.tar.gz
Release Epoxy 1.4.31.4.3
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4d6c294..c7a382f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libepoxy],
- [1.4.2],
+ [1.4.3],
[https://github.com/anholt/libepoxy],
[libepoxy])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index f14c811..e049610 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libepoxy', 'c', version: '1.4.2',
+project('libepoxy', 'c', version: '1.4.3',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',