summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/libostree/libostree.sym18
2 files changed, 14 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d1b732f7..18f9f277 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([ostree], [2016.5], [walters@verbum.org])
+AC_INIT([ostree], [2016.6], [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 3e17828a..e8cca9d8 100644
--- a/src/libostree/libostree.sym
+++ b/src/libostree/libostree.sym
@@ -333,11 +333,6 @@ global:
ostree_repo_set_cache_dir;
} LIBOSTREE_2016.4;
-/* NOTE NOTE NOTE
- * Versions above here are released. Only add symbols below this line.
- * NOTE NOTE NOTE
- */
-
LIBOSTREE_2016.6 {
global:
ostree_gpg_verify_result_require_valid_signature;
@@ -345,3 +340,16 @@ global:
ostree_repo_gpg_verify_data;
ostree_repo_remote_fetch_summary_with_options;
} LIBOSTREE_2016.5;
+
+/* NOTE NOTE NOTE
+ * Versions above here are released. Only add symbols below this line.
+ * NOTE NOTE NOTE
+ */
+
+/* Uncomment this when adding a new symbol */
+/*
+LIBOSTREE_2016.7 {
+global:
+ ostree_some_new_symbol;
+} LIBOSTREE_2016.6;
+*/