diff options
author | nsouch <nsouch@FreeBSD.org> | 2001-01-15 13:19:05 +0000 |
---|---|---|
committer | nsouch <nsouch@FreeBSD.org> | 2001-01-15 13:19:05 +0000 |
commit | 6948230af2a0bf85cd447c1124448c8b3758cee4 (patch) | |
tree | 74ce4e038c9288df39bfc5a98c65dbfc47e19f91 | |
parent | da8edc1457dc24aadbc0612679afc36d10f97909 (diff) | |
download | FreeBSD-src-6948230af2a0bf85cd447c1124448c8b3758cee4.zip FreeBSD-src-6948230af2a0bf85cd447c1124448c8b3758cee4.tar.gz |
Version bump, because of ABI incompatibility.
Suggested by: Maxim Sobolev <sobomax@FreeBSD.org>
-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 1a06c7a..9f55d6d 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ LIB= vgl -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 SHLIB_MINOR= 0 CFLAGS+=-Wall -I${.CURDIR} SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c |