Post-release version bump
authorUmang Jain <umang@endlessm.com>
Wed, 18 Jul 2018 05:36:48 +0000 (11:06 +0530)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 20 Jul 2018 19:43:18 +0000 (19:43 +0000)
Closes: #1683
Approved by: cgwalters

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

index 4484e06a8f775f7ed0fd0f9040d018c197184e1d..238f51cd5c2f85f9410ef7c3c55d89989a112d53 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], [2018])
-m4_define([release_version], [7])
+m4_define([release_version], [8])
 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 a4040ba60d774945d29e4ed0685552b85d2966aa..9928ac4f1e4749c1765fe900fb8d0bc2f29b3b4d 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2018.8 {
+} LIBOSTREE_2018.7;
 
 /* 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