parent
54621d9e53
commit
a0e1344cf8
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
dnl If incrementing the version here, remember to update libostree.sym too
|
dnl If incrementing the version here, remember to update libostree.sym too
|
||||||
AC_INIT([ostree], [2016.10], [walters@verbum.org])
|
AC_INIT([ostree], [2016.11], [walters@verbum.org])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([buildutil])
|
AC_CONFIG_MACRO_DIR([buildutil])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
|
||||||
|
|
@ -355,6 +355,7 @@ global:
|
||||||
|
|
||||||
/* No new symbols in 2016.9 */
|
/* No new symbols in 2016.9 */
|
||||||
/* No new symbols in 2016.10 */
|
/* No new symbols in 2016.10 */
|
||||||
|
/* No new symbols in 2016.11 */
|
||||||
|
|
||||||
/* NOTE NOTE NOTE
|
/* NOTE NOTE NOTE
|
||||||
* Versions above here are released. Only add symbols below this line.
|
* Versions above here are released. Only add symbols below this line.
|
||||||
|
|
@ -362,7 +363,7 @@ global:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Remove comment when first new symbol is added
|
/* Remove comment when first new symbol is added
|
||||||
LIBOSTREE_2016.11
|
LIBOSTREE_2016.12
|
||||||
global:
|
global:
|
||||||
someostree_symbol_deleteme;
|
someostree_symbol_deleteme;
|
||||||
} LIBOSTREE_2016.8;
|
} LIBOSTREE_2016.8;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue