From 668ac873a0435689d3d1b663ed73fbd876b49ffd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 9 Feb 2000 19:03:28 +0000 Subject: updated version info --- include/GL/amesa.h | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'include/GL/amesa.h') diff --git a/include/GL/amesa.h b/include/GL/amesa.h index b4a1867d04..25a5aa48a8 100644 --- a/include/GL/amesa.h +++ b/include/GL/amesa.h @@ -1,10 +1,10 @@ -/* $Id: amesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: amesa.h,v 1.2 2000/02/09 19:03:28 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,25 +25,17 @@ */ -/* - * $Log: amesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision - * - * Revision 1.1 1999/03/16 01:24:13 brianp - * initial check-in - * - */ - - /* Allegro (DJGPP) driver by Bernhard Tschirren (bernie-t@geocities.com) */ - #ifndef AMESA_H #define AMESA_H +#define AMESA_MAJOR_VERSION 3 +#define AMESA_MINOR_VERSION 3 + + typedef struct amesa_visual *AMesaVisual; typedef struct amesa_buffer *AMesaBuffer; typedef struct amesa_context *AMesaContext; -- cgit v1.2.3