summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2018-03-22 16:52:04 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-22 21:07:11 +0000
commit155c936cd57892adab7b0b4ed4473da7fc45caa3 (patch)
tree29f74b2d66e796d69d7845fd3d5525286cded1ea /configure.ac
parent83b97ec56901041ac4e9c43da86614f757de13af (diff)
downloadostree-155c936cd57892adab7b0b4ed4473da7fc45caa3.tar.gz
Release 2018.4v2018.4
A quick turnaround to include one PR: https://github.com/ostreedev/ostree/pull/1508 "switchroot: Ensure /run/ostree-booted is created even without initramfs" This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. Also for this release I'm going to avoid adding a "stub" symbol section to the `-released.sym` file; I don't believe it's necessary. Closes: #1512 Approved by: jlebon
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 87070cd8..35962dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define([year_version], [2018])
m4_define([release_version], [4])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])