diff options
author | Fabiano FidĂȘncio <fidencio@redhat.com> | 2019-05-09 11:24:49 +0200 |
---|---|---|
committer | Fabiano FidĂȘncio <fidencio@redhat.com> | 2019-05-09 11:24:49 +0200 |
commit | bac86349d2fb871780308c521e76d0ab00b71eb9 (patch) | |
tree | 73c1b8af099303d85b811baabbb61ddcd6dd46ec | |
parent | 83a085e3e4390ea053d1143450991b7b95bf95ae (diff) | |
download | libosinfo-bac86349d2fb871780308c521e76d0ab00b71eb9.tar.gz |
Post release version bump to 1.6.0
Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b0fd40..59c701d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libosinfo], [1.5.0], [libosinfo@redhat.com]) +AC_INIT([libosinfo], [1.6.0], [libosinfo@redhat.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11.1 foreign color-tests tar-ustar]) |