build-sys: Post-release version bump
authorColin Walters <walters@verbum.org>
Thu, 17 Aug 2017 17:23:51 +0000 (13:23 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 17 Aug 2017 18:18:21 +0000 (18:18 +0000)
Closes: #1089
Approved by: jlebon

configure.ac
src/libostree/libostree-devel.sym

index 5c13e7426184847d2293fc872b77a41fa1eab85f..72f96d3cebfc93920077bc3d5f1fa8bce100caf1 100644 (file)
@@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
 dnl in test-symbols.sh, and also set is_release_build=yes below.  Then make
 dnl another post-release commit to bump the version, and set is_release_build=no.
 m4_define([year_version], [2017])
-m4_define([release_version], [10])
+m4_define([release_version], [11])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 01f182f6313dfd0ee8a581ad0024eb2ef2c4a771..76aa280f6a902f9f00cbc26738617ea7c61e4aad 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2017.11 {
+} LIBOSTREE_2017.10;
 
 /* 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