projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2596a71
)
configure.ac: Set is_release_build=no
author
Jonathan Lebon
<jonathan@jlebon.com>
Mon, 24 Aug 2020 18:16:16 +0000
(14:16 -0400)
committer
Jonathan Lebon
<jonathan@jlebon.com>
Mon, 24 Aug 2020 18:17:35 +0000
(14:17 -0400)
We missed this during the post-release version bump.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0c3c6fed2dd54d4ca2983f345ef450ee8afd601f..6d2c97d270ef8d899acc95ad6869b0d4622c9988 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-10,7
+10,7
@@
m4_define([year_version], [2020])
m4_define([release_version], [6])
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])