From: Colin Walters Date: Mon, 12 Dec 2016 16:54:03 +0000 (-0500) Subject: Release 2016.15 X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~42^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c9d565a5a9b435b5d3ed64a96c14a1c110698f4c;p=ostree.git Release 2016.15 Closes: #632 Approved by: jlebon --- diff --git a/configure.ac b/configure.ac index 7168221d..c59b3f7b 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.14], [walters@verbum.org]) +AC_INIT([ostree], [2016.15], [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 0540cba6..0b8410fb 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -364,6 +364,8 @@ global: ostree_repo_verify_commit_for_remote; } LIBOSTREE_2016.8; +/* No new symbols in 2016.15 */ + /* NOTE NOTE NOTE * Versions above here are released. Only add symbols below this line. * NOTE NOTE NOTE