summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hellstrom <[email protected]>2018-11-09 15:27:48 +0100
committerThomas Hellstrom <[email protected]>2018-11-14 13:12:09 +0100
commit25b48e3df93dee3aed4b7fbf5b542aa500555ee2 (patch)
treed453b27b1c276bb81ebc22c0e8af2dd609588bdf
parentc9085f6d3b5cd99a5635af725a1fa932e5bc19c9 (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]>
-rw-r--r--configure.ac2
-rw-r--r--src/gallium/state_trackers/xa/meson.build2
2 files changed, 2 insertions, 2 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")
diff --git a/src/gallium/state_trackers/xa/meson.build b/src/gallium/state_trackers/xa/meson.build
index aff39634b3c..44d97586240 100644
--- a/src/gallium/state_trackers/xa/meson.build
+++ b/src/gallium/state_trackers/xa/meson.build
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-xa_version = ['2', '4', '0']
+xa_version = ['2', '5', '0']
xa_conf = configuration_data()
xa_conf.set('XA_MAJOR', xa_version[0])