Flush IM if very small number of verts left -- prevent copy errors
[mesa.git] / src / mesa / Makefile.X11
index 2d714c20c8051890c9b59f6782cd91513714fa51..940135f51141d55b7995da1ff0671d18a261139b 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.70 2002/10/16 17:57:03 brianp Exp $
+# $Id: Makefile.X11,v 1.72 2002/10/29 23:09:40 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  4.1
+# Version:  5.0
 # Copyright (C) 1995-2002  Brian Paul
 
 # Makefile for core library
@@ -10,7 +10,7 @@
 ##### MACROS #####
 
 GL_MAJOR = 1
-GL_MINOR = 3
+GL_MINOR = 4
 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
 
 VPATH = RCS
@@ -55,7 +55,6 @@ CORE_SOURCES = \
        light.c \
        lines.c \
        matrix.c \
-       mem.c \
        mmath.c \
        pixel.c \
        points.c \