Skip to content

Commit

Permalink
Release 2017.5
Browse files Browse the repository at this point in the history
This is a bugfix release for 2017.4 to fix a regression
that broke flatpak: #798

See also: #800
Approved by: jlebon
  • Loading branch information
cgwalters committed Apr 18, 2017
1 parent 53b9b50 commit 65008ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
dnl If incrementing the version here, remember to update libostree.sym too
m4_define([year_version], [2017])
m4_define([release_version], [4])
m4_define([release_version], [5])
m4_define([package_version], [year_version.release_version])

AC_INIT([libostree], [package_version], [walters@verbum.org])
Expand Down

0 comments on commit 65008ed

Please sign in to comment.