summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-05-19 12:12:27 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-19 12:12:27 +0100
commit7b8a540dce41c259a720c9ad4875cd8aa9d74240 (patch)
tree55f14ed153d2539b20f09826ec142c1336c40f81
parent707f50e680ab4f1861b1e54ca6e2907aaca56c12 (diff)
downloadlibepoxy-7b8a540dce41c259a720c9ad4875cd8aa9d74240.tar.gz
Post-release version bump to 1.5.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 83b5a5f..3237858 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libepoxy],
- [1.5.2],
+ [1.5.3],
[https://github.com/anholt/libepoxy],
[libepoxy])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index 5509106..640f17c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libepoxy', 'c', version: '1.5.2',
+project('libepoxy', 'c', version: '1.5.3',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',