diff --git a/configure.ac b/configure.ac index 7fac081be3..088944806b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) dnl If incrementing the version here, remember to update libostree.sym too -AC_INIT([libostree], [2017.2], [walters@verbum.org]) +AC_INIT([libostree], [2017.3], [walters@verbum.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym index 7c7c3aef03..b7cfc45458 100644 --- a/src/libostree/libostree.sym +++ b/src/libostree/libostree.sym @@ -376,15 +376,22 @@ global: ostree_repo_reload_config; } LIBOSTREE_2017.1; +LIBOSTREE_2017.3 { +global: + ostree_raw_file_to_archive_z2_stream_with_options; +} LIBOSTREE_2017.2; + /* NOTE NOTE NOTE * Versions above here are released. Only add symbols below this line. * NOTE NOTE NOTE */ -LIBOSTREE_2017.3 { +/* Stub section for new version, uncomment when the first symbol is added +LIBOSTREE_2017.$NEWVERSION { global: - ostree_raw_file_to_archive_z2_stream_with_options; + someostree_symbol_deleteme; } LIBOSTREE_2017.2; +*/ /* Stub section for the stable release *after* this development one; don't * edit this other than to update the last number. This is just a copy/paste