libostree.sym: Add 2016.9 section

We should remember to do this in the commit updating configure.ac.

Closes: #453
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-08-09 15:36:37 -04:00 committed by Atomic Bot
parent 73eabca5e8
commit 07ec35ef03
2 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,5 @@
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_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])

View File

@ -346,14 +346,21 @@ global:
ostree_repo_resolve_rev_ext;
} LIBOSTREE_2016.6;
/* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line.
* NOTE NOTE NOTE
*/
LIBOSTREE_2016.8 {
global:
ostree_checksum_b64_to_bytes;
ostree_checksum_b64_from_bytes;
ostree_repo_checkout_at;
} LIBOSTREE_2016.7;
/* 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
global:
someostree_symbol_deleteme;
} LIBOSTREE_2016.8;
* Remove comment when first new symbol is added */