Release 2016.7

Closes: #386
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-07-08 15:29:11 -04:00 committed by Atomic Bot
parent 972ed3e54e
commit c31cf75552
2 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ostree], [2016.6], [walters@verbum.org])
AC_INIT([ostree], [2016.7], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -341,12 +341,19 @@ global:
ostree_repo_remote_fetch_summary_with_options;
} LIBOSTREE_2016.5;
LIBOSTREE_2016.7 {
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
*/
/* UNCOMMENT WHEN ADDING THE FIRST NEW SYMBOL FOR 2016.8
LIBOSTREE_2016.7 {
global:
ostree_repo_resolve_rev_ext;
} LIBOSTREE_2016.6;
insert_symbol_here;
} LIBOSTREE_2016.8;
*/