From dd71999dc913f4eaf862e3f5607ade2b51bcd3b3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 31 Aug 2016 10:40:18 -0400 Subject: [PATCH] Release 2016.9 Closes: #481 Approved by: jlebon --- configure.ac | 2 +- src/libostree/libostree.sym | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 51fb13c0..008728dd 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.8], [walters@verbum.org]) +AC_INIT([ostree], [2016.9], [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 22eb9eb2..705c9eea 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -353,13 +353,15 @@ global: ostree_repo_checkout_at; } LIBOSTREE_2016.7; +/* No new symbols in 2016.9 */ + /* 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.9 +LIBOSTREE_2016.10 global: someostree_symbol_deleteme; } LIBOSTREE_2016.8;