Post-release version bump to 1.5.1

macos/v1.5.9
Emmanuele Bassi 7 years ago
parent 28ca626eda
commit c28759fb3a
  1. 2
      configure.ac
  2. 2
      meson.build

@ -22,7 +22,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libepoxy],
[1.5.0],
[1.5.1],
[https://github.com/anholt/libepoxy],
[libepoxy])
AC_CONFIG_SRCDIR([Makefile.am])

@ -1,4 +1,4 @@
project('libepoxy', 'c', version: '1.5.0',
project('libepoxy', 'c', version: '1.5.1',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',

Loading…
Cancel
Save