diff options
Diffstat (limited to 'mesalib/include/VG/vgu.h')
-rw-r--r-- | mesalib/include/VG/vgu.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 <VG/openvg.h>
#define VGU_VERSION_1_0 1
+#define VGU_VERSION_1_1 2
#ifndef VGU_API_CALL
# error VGU_API_CALL must be defined
|