diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-20 19:52:11 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-20 19:52:11 +0000 |
commit | 9e5e5e35a0081211e3e108984bf18d7f4f31f7ea (patch) | |
tree | dc59a6123982f409b49a7081e519d629a954a700 /include/GL/xmesa.h | |
parent | 4d99e5b2e765b24135218f23077b8d912adee07d (diff) |
bumped version numbers
Diffstat (limited to 'include/GL/xmesa.h')
-rw-r--r-- | include/GL/xmesa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index 52e8db279e..b5aa603473 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -1,10 +1,10 @@ -/* $Id: xmesa.h,v 1.10 2001/01/24 00:07:01 brianp Exp $ */ +/* $Id: xmesa.h,v 1.11 2001/06/20 19:52:11 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.5 * - * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 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"), @@ -90,7 +90,7 @@ extern struct Library *XLibBase; #define XMESA_MAJOR_VERSION 3 -#define XMESA_MINOR_VERSION 3 +#define XMESA_MINOR_VERSION 5 |