From 809b18606eb34e7ef7858de72ca1d0f63b28736b Mon Sep 17 00:00:00 2001 From: XinfengZhang Date: Mon, 22 Oct 2018 18:32:02 +0800 Subject: [PATCH] libva-utils 2.4.0.pre1 Bump version to 2.4.0.pre1 for future development. release process: 1. master will always be pre release version 2. branch will have official release such as 2.3.0, 2.3.1,2.4.0 3. after branch out release branch, minor version will be bumped. Signed-off-by: XinfengZhang --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 53d8c804..298e5330 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ # - micro version is libva_micro_version # - pre version is libva_pre_version, usually development version m4_define([libva_utils_major_version], [2]) -m4_define([libva_utils_minor_version], [3]) +m4_define([libva_utils_minor_version], [4]) m4_define([libva_utils_micro_version], [0]) m4_define([libva_utils_pre_version], [1]) diff --git a/meson.build b/meson.build index 404da5c1..699dcb2a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libva-utils', 'c', 'cpp', - version : '2.3.0.1', + version : '2.4.0.1', default_options : [ 'warning_level=2', 'c_std=gnu99',