From 57a57fb9f949ac193e080579efdd34c84118e8f1 Mon Sep 17 00:00:00 2001 From: Stanislav Vorobiov Date: Thu, 6 Mar 2014 17:49:08 +0400 Subject: [PATCH] YaGL/VIGS: Version bump GLESv3 merge version bump Change-Id: Ic270b317b943ff082a4c1580845cc01a8a655173 --- hw/vigs/vigs_protocol.h | 2 +- hw/yagl/yagl_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/vigs/vigs_protocol.h b/hw/vigs/vigs_protocol.h index 4ab1b141ec..f00e281b8b 100644 --- a/hw/vigs/vigs_protocol.h +++ b/hw/vigs/vigs_protocol.h @@ -37,7 +37,7 @@ /* * Bump this whenever protocol changes. */ -#define VIGS_PROTOCOL_VERSION 16 +#define VIGS_PROTOCOL_VERSION 17 #define VIGS_MAX_PLANES 2 diff --git a/hw/yagl/yagl_version.h b/hw/yagl/yagl_version.h index 1bed5d8c71..9007684a51 100644 --- a/hw/yagl/yagl_version.h +++ b/hw/yagl/yagl_version.h @@ -35,6 +35,6 @@ /* * Whenever protocol changes be sure to bump this. */ -#define YAGL_VERSION 22 +#define YAGL_VERSION 23 #endif -- 2.34.1