From a0e1344cf80f2b3f3d0501d7f3559ad67c32dac4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 6 Oct 2016 12:56:18 -0400 Subject: [PATCH] Release 2016.11 Closes: #524 Approved by: cgwalters --- configure.ac | 2 +- src/libostree/libostree.sym | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0126bdd40c..e69d94e7f1 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.10], [walters@verbum.org]) +AC_INIT([ostree], [2016.11], [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 5a2d71be75..4aa8d6cfef 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -355,6 +355,7 @@ global: /* No new symbols in 2016.9 */ /* No new symbols in 2016.10 */ +/* No new symbols in 2016.11 */ /* NOTE NOTE NOTE * Versions above here are released. Only add symbols below this line. @@ -362,7 +363,7 @@ global: */ /* Remove comment when first new symbol is added -LIBOSTREE_2016.11 +LIBOSTREE_2016.12 global: someostree_symbol_deleteme; } LIBOSTREE_2016.8;