diff --git a/configure.ac b/configure.ac index 7a6fdf13c9..ffa8629569 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) dnl If incrementing the version here, remember to update libostree.sym too -AC_INIT([ostree], [2016.12], [walters@verbum.org]) +AC_INIT([ostree], [2016.13], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym index ddb87e7b15..fb7e584838 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -357,14 +357,15 @@ global: /* No new symbols in 2016.10 */ /* No new symbols in 2016.11 */ /* No new symbols in 2016.12 */ +/* No new symbols in 2016.13 */ /* NOTE NOTE NOTE * Versions above here are released. Only add symbols below this line. * NOTE NOTE NOTE */ -/* Remove comment when first new symbol is added -LIBOSTREE_2016.12 +/* Remove comment when first new symbol is added, replace XX with new stable version. +LIBOSTREE_2016.XX global: someostree_symbol_deleteme; } LIBOSTREE_2016.8;