Release 2016.4

This commit is contained in:
Colin Walters 2016-03-23 15:39:15 -04:00
parent 7524e904b9
commit 80698543c2
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -322,3 +322,14 @@ global:
ostree_deployment_get_unlocked;
ostree_deployment_unlocked_state_to_string;
} LIBOSTREE_2016.3;
/* NOTE NOTE NOTE
* Versions above here are released. Only add symbols below this line.
* NOTE NOTE NOTE
*/
/* UNCOMMENT WITH NEW SYMBOLS HERE:
LIBOSTREE_2016.5 {
global:
} LIBOSTREE_2016.4;
*/