From: Brian Paul Date: Fri, 17 Sep 1999 12:06:56 +0000 (+0000) Subject: pad GLU_TINY to 6 digits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2a57c9b2bcfb1e2ccc02f4508a9d7fc498e4e17;p=mesa.git pad GLU_TINY to 6 digits --- diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index f29b179d0d4..625120a1cc9 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.4 1999/09/15 16:31:31 brianp Exp $ +# $Id: Makefile.X11,v 1.5 1999/09/17 12:06:56 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -11,7 +11,7 @@ GLU_MAJOR = 1 GLU_MINOR = 2 -GLU_TINY = $(MESA_MAJOR)$(MESA_MINOR)$(MESA_TINY) +GLU_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) VPATH = RCS