From 80698543c2cae285220b0406b24ea71b647ab0aa Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Mar 2016 15:39:15 -0400 Subject: [PATCH] Release 2016.4 --- configure.ac | 2 +- src/libostree/libostree.sym | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d080a65..86df2a41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ostree], [2016.3], [walters@verbum.org]) +AC_INIT([ostree], [2016.4], [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 c78986e5..7f10b75d 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -322,3 +322,14 @@ global: ostree_deployment_get_unlocked; ostree_deployment_unlocked_state_to_string; } LIBOSTREE_2016.3; + +/* NOTE NOTE NOTE + * Versions above here are released. Only add symbols below this line. + * NOTE NOTE NOTE + */ + +/* UNCOMMENT WITH NEW SYMBOLS HERE: +LIBOSTREE_2016.5 { +global: +} LIBOSTREE_2016.4; +*/