From 545b911d016ab04316a3352505960ecd11814114 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 5 Oct 2018 00:46:33 +0100 Subject: Post-release version bump to 1.5.4 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1d0eb27..b0bb452 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libepoxy], - [1.5.3], + [1.5.4], [https://github.com/anholt/libepoxy], [libepoxy]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index e95de48..91d9792 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libepoxy', 'c', version: '1.5.3', +project('libepoxy', 'c', version: '1.5.4', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99', -- cgit v1.2.1