Release Epoxy 1.4.1 (stable)

macos/v1.5.9
Emmanuele Bassi 8 years ago
parent bdc2668757
commit 5564f9d28d
  1. 2
      configure.ac
  2. 2
      meson.build

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

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

Loading…
Cancel
Save