From: Colin Walters Date: Thu, 20 Feb 2020 16:37:07 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~12^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7db7cfc407688262da35400430f042aa48c52adf;p=ostree.git Post-release version bump --- diff --git a/configure.ac b/configure.ac index 4824e7c0..d175fa03 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ AC_PREREQ([2.63]) dnl To do a release: follow the instructions to update libostree-released.sym from dnl libostree-devel.sym, update the checksum in test-symbols.sh, set is_release_build=yes dnl below. Then make another post-release commit to bump the version and set -dnl is_release_build=yes +dnl is_release_build=no dnl Seed the release notes with `git-shortlog-with-prs ..`. Then use dnl `git-evtag` to create the tag and push it. Finally, create a GitHub release and attach dnl the tarball from `make dist`. m4_define([year_version], [2020]) -m4_define([release_version], [1]) +m4_define([release_version], [2]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) is_release_build=no