From 807c6931fe683fd844ceec1b023232181e6aae03 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 28 Dec 2010 16:10:20 +0000 Subject: xserver and mesa git update 28-12-2010 --- mesalib/include/VG/vgu.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mesalib/include/VG/vgu.h') diff --git a/mesalib/include/VG/vgu.h b/mesalib/include/VG/vgu.h index ecb27a002..33e8c3941 100644 --- a/mesalib/include/VG/vgu.h +++ b/mesalib/include/VG/vgu.h @@ -1,8 +1,8 @@ -/* $Revision$ on $Date:: 2008-10-29 10:31:37 -0400 #$ */ +/* $Revision$ on $Date:: 2008-10-29 07:31:37 -0700 #$ */ /*------------------------------------------------------------------------ * - * VGU 1.0.1 Reference Implementation + * VGU 1.1 Reference Implementation * ------------------------------------- * * Copyright (c) 2008 The Khronos Group Inc. @@ -28,7 +28,7 @@ * *//** * \file - * \brief VGU 1.0.1 API. + * \brief VGU 1.1 API. *//*-------------------------------------------------------------------*/ #ifndef _VGU_H @@ -41,6 +41,7 @@ extern "C" { #include #define VGU_VERSION_1_0 1 +#define VGU_VERSION_1_1 2 #ifndef VGU_API_CALL # error VGU_API_CALL must be defined -- cgit v1.2.3