Skip to content

Commit

Permalink
Release 2016.7
Browse files Browse the repository at this point in the history
Closes: #386
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Jul 8, 2016
1 parent 972ed3e commit c31cf75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
11 changes: 9 additions & 2 deletions src/libostree/libostree.sym
Original file line number Diff line number Diff line change
Expand Up @@ -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;
*/

0 comments on commit c31cf75

Please sign in to comment.