summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-17 12:07:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-17 12:07:10 +0000
commit9b563507cb00399faadafb72f6fa2b60ed0c8378 (patch)
tree645abae5de6ae666857725666a6e2fcc3f9cdd89 /src/mesa/Makefile.X11
parentd2a57c9b2bcfb1e2ccc02f4508a9d7fc498e4e17 (diff)
pad GL_TINY to 6 digits
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X114
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 704963d191..8fb680dad4 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:54 brianp Exp $
+# $Id: Makefile.X11,v 1.5 1999/09/17 12:07:10 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.1
@@ -11,7 +11,7 @@
GL_MAJOR = 1
GL_MINOR = 2
-GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY)
+GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
VPATH = RCS