Module: Mesa Branch: master Commit: 453651e5212269c029e363d2227906a0ddb76204 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=453651e5212269c029e363d2227906a0ddb76204
Author: Thomas Hellstrom <[email protected]> Date: Thu Dec 5 03:55:43 2013 -0800 st/xa: Bump major version number to 2 For some reason this was left out when the version was changed... Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> --- src/gallium/state_trackers/xa/xa_tracker.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/xa/xa_tracker.h b/src/gallium/state_trackers/xa/xa_tracker.h index 65a67bb..1230dab 100644 --- a/src/gallium/state_trackers/xa/xa_tracker.h +++ b/src/gallium/state_trackers/xa/xa_tracker.h @@ -36,7 +36,7 @@ #include <stdint.h> -#define XA_TRACKER_VERSION_MAJOR 1 +#define XA_TRACKER_VERSION_MAJOR 2 #define XA_TRACKER_VERSION_MINOR 0 #define XA_TRACKER_VERSION_PATCH 0 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
