summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuca BRUNO <luca.bruno@coreos.com>2021-07-12 08:40:14 +0000
committerLuca BRUNO <luca.bruno@coreos.com>2021-07-12 08:40:14 +0000
commit3f852d944378a9997f769a3da7dc0ec253a4490f (patch)
treefa8775a2b78f7887b7b6585376bb72951c2ec50b /configure.ac
parent38c14b374567f736533f7f515595208fe359819f (diff)
downloadostree-3f852d944378a9997f769a3da7dc0ec253a4490f.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 c3f700ad..4002a8c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
AC_PREREQ([2.63])
dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`.
m4_define([year_version], [2021])
-m4_define([release_version], [3])
+m4_define([release_version], [4])
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])