Skip to content

Commit 809b186

Browse files
committed
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 <[email protected]>
1 parent e35ced3 commit 809b186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# - micro version is libva_micro_version
3030
# - pre version is libva_pre_version, usually development version
3131
m4_define([libva_utils_major_version], [2])
32-
m4_define([libva_utils_minor_version], [3])
32+
m4_define([libva_utils_minor_version], [4])
3333
m4_define([libva_utils_micro_version], [0])
3434
m4_define([libva_utils_pre_version], [1])
3535

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libva-utils', 'c', 'cpp',
2-
version : '2.3.0.1',
2+
version : '2.4.0.1',
33
default_options : [
44
'warning_level=2',
55
'c_std=gnu99',

0 commit comments

Comments
 (0)