Skip to content

Commit

Permalink
Release Epoxy 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Apr 30, 2017
1 parent 10c2cdf commit abe6a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libepoxy],
[1.4.1],
[1.4.2],
[https://github.com/anholt/libepoxy],
[libepoxy])
AC_CONFIG_SRCDIR([Makefile.am])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libepoxy', 'c', version: '1.4.1',
project('libepoxy', 'c', version: '1.4.2',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',
Expand Down

0 comments on commit abe6a80

Please sign in to comment.