summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.ugl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/Makefile.ugl')
-rw-r--r--src/mesa/main/Makefile.ugl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/main/Makefile.ugl b/src/mesa/main/Makefile.ugl
index ae9ee7e541..95d880984f 100644
--- a/src/mesa/main/Makefile.ugl
+++ b/src/mesa/main/Makefile.ugl
@@ -35,8 +35,8 @@
# already contain only one file.
#
##### MACROS #####
-MESA_MAJOR=3
-MESA_MINOR=5
+MESA_MAJOR=4
+MESA_MINOR=1
MESA_TINY=0
VERSION=$(MESA_MAJOR).$(MESA_MINOR)
@@ -85,7 +85,6 @@ GL_SOURCES = \
light.c \
lines.c \
matrix.c \
- mem.c \
mmath.c \
pixel.c \
points.c \