diff options
Diffstat (limited to 'lib/libvgl/Makefile')
-rw-r--r-- | lib/libvgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile index 6f88eeb..9362ea1 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ LIB= vgl -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 CFLAGS+=-Wall -I${.CURDIR} SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c INCS= vgl.h |