Skip to content

Commit

Permalink
Release 2018.9
Browse files Browse the repository at this point in the history
Closes: #1633
Approved by: cgwalters
  • Loading branch information
jlebon authored and rh-atomic-bot committed Oct 25, 2018
1 parent 20acf6a commit 537a040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl Then use <https://github.com/cgwalters/git-evtag> to create a signed tag wit
dnl release notes as its content.
dnl Then, git push origin v201X.XX
m4_define([year_version], [2018])
m4_define([release_version], [8])
m4_define([release_version], [9])
m4_define([package_version], [year_version.release_version])
AC_INIT([rpm-ostree], [package_version], [[email protected]])
AC_CONFIG_HEADER([config.h])
Expand Down Expand Up @@ -98,7 +98,7 @@ LIBS="$save_LIBS"
# Remember to update AM_CPPFLAGS in Makefile.am when bumping GIO req.
PKG_CHECK_MODULES(PKGDEP_GIO_UNIX, [gio-unix-2.0])
PKG_CHECK_MODULES(PKGDEP_RPMOSTREE, [gio-unix-2.0 >= 2.50.0 json-glib-1.0
ostree-1 >= 2018.7
ostree-1 >= 2018.9
libsystemd
polkit-gobject-1
rpm librepo libsolv
Expand Down

0 comments on commit 537a040

Please sign in to comment.