Skip to content

Commit

Permalink
Release 2016.13
Browse files Browse the repository at this point in the history
Closes: #570
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Nov 10, 2016
1 parent 39e7293 commit 36c8946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.12], [walters@verbum.org])
AC_INIT([ostree], [2016.13], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
5 changes: 3 additions & 2 deletions src/libostree/libostree.sym
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,15 @@ global:
/* No new symbols in 2016.10 */
/* No new symbols in 2016.11 */
/* No new symbols in 2016.12 */
/* No new symbols in 2016.13 */

/* 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.12
/* Remove comment when first new symbol is added, replace XX with new stable version.
LIBOSTREE_2016.XX
global:
someostree_symbol_deleteme;
} LIBOSTREE_2016.8;
Expand Down

0 comments on commit 36c8946

Please sign in to comment.