Skip to content

Commit

Permalink
libva-utils 2.4.0.pre1
Browse files Browse the repository at this point in the history
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 <carl.zhang@intel.com>
  • Loading branch information
XinfengZhang committed Oct 22, 2018
1 parent e35ced3 commit 809b186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion 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',
Expand Down

0 comments on commit 809b186

Please sign in to comment.