Release 2018.10

It's been a while and we have lots of goodies. Likely the last one
before the new year. 🎉

Closes: #1713
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-12-13 09:57:47 -05:00 committed by Atomic Bot
parent 24d401072a
commit b889a51056

View File

@ -9,7 +9,7 @@ dnl Then git push origin v201X.XX.
dnl Then create the xz tarball from `make -f Makefile.dist-packaging dist-snapshot`.
dnl Then create a GitHub release for the new release tag and attach the tarball.
m4_define([year_version], [2018])
m4_define([release_version], [9])
m4_define([release_version], [10])
m4_define([package_version], [year_version.release_version])
AC_INIT([rpm-ostree], [package_version], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h])