Release 2016.4
This commit is contained in:
parent
7524e904b9
commit
80698543c2
|
|
@ -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])
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue