Post-release version bump to 1.5.3

macos/v1.5.9
Emmanuele Bassi 6 years ago
parent 707f50e680
commit 7b8a540dce
  1. 2
      configure.ac
  2. 2
      meson.build

@ -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])

@ -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',

Loading…
Cancel
Save