diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-09-06 17:47:47 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-09-06 17:47:47 +0000 |
commit | b92036499d9c261e411275854a5c3b8e626c1764 (patch) | |
tree | 8d9ca465148e7a19289b8430aa4929f9724db908 /include | |
parent | 60a0b0d7c65d3707a5a374ebd1fc5e0b292a0ec5 (diff) |
bumped version number to 3.4
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/gl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index f0c9810ba78..8bb84aebe37 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,8 +1,8 @@ -/* $Id: gl.h,v 1.44 2000/07/13 17:45:13 brianp Exp $ */ +/* $Id: gl.h,v 1.44.4.1 2000/09/06 17:47:47 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.3 + * Version: 3.4 * * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * |