aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xa
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 /src/gallium/state_trackers/xa
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]>
Diffstat (limited to 'src/gallium/state_trackers/xa')
-rw-r--r--src/gallium/state_trackers/xa/meson.build2
1 files changed, 1 insertions, 1 deletions
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])