Release 2016.12

Closes: #540
Approved by: cgwalters
This commit is contained in:
Colin Walters 2016-10-21 14:43:29 -04:00 committed by Atomic Bot
parent 67bddf76f7
commit d3f14f02e3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AC_PREREQ([2.63]) AC_PREREQ([2.63])
dnl If incrementing the version here, remember to update libostree.sym too dnl If incrementing the version here, remember to update libostree.sym too
AC_INIT([ostree], [2016.11], [walters@verbum.org]) AC_INIT([ostree], [2016.12], [walters@verbum.org])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -356,6 +356,7 @@ global:
/* No new symbols in 2016.9 */ /* No new symbols in 2016.9 */
/* No new symbols in 2016.10 */ /* No new symbols in 2016.10 */
/* No new symbols in 2016.11 */ /* No new symbols in 2016.11 */
/* No new symbols in 2016.12 */
/* NOTE NOTE NOTE /* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line. * Versions above here are released. Only add symbols below this line.