Bump version to 1.4 for release

macos/v1.5.9
Emmanuele Bassi 8 years ago
parent 7782509bdb
commit 96286708a4
  1. 2
      configure.ac
  2. 2
      meson.build

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

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

Loading…
Cancel
Save