Skip to content

Commit

Permalink
Release 2016.10
Browse files Browse the repository at this point in the history
Closes: #502
Approved by: cgwalters
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Sep 9, 2016
1 parent 916684b commit 36e8ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
dnl If incrementing the version here, remember to update libostree.sym too
AC_INIT([ostree], [2016.9], [walters@verbum.org])
AC_INIT([ostree], [2016.10], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
3 changes: 2 additions & 1 deletion src/libostree/libostree.sym
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,15 @@ global:
} LIBOSTREE_2016.7;

/* No new symbols in 2016.9 */
/* No new symbols in 2016.10 */

/* 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.10
LIBOSTREE_2016.11
global:
someostree_symbol_deleteme;
} LIBOSTREE_2016.8;
Expand Down

0 comments on commit 36e8ba1

Please sign in to comment.