diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 14:38:14 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 14:38:14 -0800 |
commit | f43e6cb2ae6ba22e0b882da435d50346634a8d09 (patch) | |
tree | 8ad4c28ef597120af185ec4f85041867757feec9 | |
parent | 76c83199fce3a54f78a2a167037db7460c7161f4 (diff) |
libXvMC 1.0.14libXvMC-1.0.14
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d41f1b3..bec1c67 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXvMC], [1.0.13], - [https://gitlab.freedesktop.org/xorg/lib/libXvMC/issues], [libXvMC]) +AC_INIT([libXvMC], [1.0.14], + [https://gitlab.freedesktop.org/xorg/lib/libxvmc/-/issues], [libXvMC]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) diff --git a/meson.build b/meson.build index 69038c4..2333d86 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'libXvMC', 'c', - version : '1.0.13', + version : '1.0.14', meson_version : '>= 0.58', default_options : ['default_library=both'], ) |