Skip to content

Commit

Permalink
Bump version to 1.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Feb 6, 2017
1 parent 7782509 commit 9628670
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.3.1],
[1.4.0],
[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.3.2',
project('libepoxy', 'c', version: '1.4.0',
default_options: [
'buildtype=debugoptimized',
'c_std=gnu99',
Expand Down

0 comments on commit 9628670

Please sign in to comment.