diff options
author | Thomas Hellstrom <[email protected]> | 2018-11-09 15:27:48 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2018-11-14 13:12:09 +0100 |
commit | 25b48e3df93dee3aed4b7fbf5b542aa500555ee2 (patch) | |
tree | d453b27b1c276bb81ebc22c0e8af2dd609588bdf /configure.ac | |
parent | c9085f6d3b5cd99a5635af725a1fa932e5bc19c9 (diff) |
st/xa: Bump minor
Bump minor to signal support for new formats and higher precision
solid pictures.
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d782f56205d..2573e0da57e 100644 --- a/configure.ac +++ b/configure.ac @@ -3053,7 +3053,7 @@ AC_SUBST([XVMC_MAJOR], 1) AC_SUBST([XVMC_MINOR], 0) AC_SUBST([XA_MAJOR], 2) -AC_SUBST([XA_MINOR], 4) +AC_SUBST([XA_MINOR], 5) AC_SUBST([XA_PATCH], 0) AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_PATCH") |