summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2020-11-17 10:50:56 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2020-11-17 10:50:56 +0000
commit3c3651417cca082a09d8a86195b0110c08fe3fc2 (patch)
tree36488d85a339e8e2e3e081f5c40f234f0e6f7d78 /configure.ac
parent3e289b19345e30d2da193cd208e109f7d7aaa2a1 (diff)
downloadostree-3c3651417cca082a09d8a86195b0110c08fe3fc2.tar.gz
configure: post-release version bump
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 088acc3d..758fc49e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,10 +7,10 @@ dnl Seed the release notes with `git-shortlog-with-prs <previous-release>..`. Th
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], [8])
+m4_define([release_version], [9])
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])