diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2004-07-13 21:03:40 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2004-07-13 21:03:40 +0000 |
commit | 79acdfbd39f0127e25ba7aad63839b6455171e08 (patch) | |
tree | 62825670c1162f70105c724d279ff92420ba893c /lib/libossaudio/shlib_version | |
parent | 4d292eec5452f2145e7e2e8155ad77db73a23a7d (diff) |
errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build
Diffstat (limited to 'lib/libossaudio/shlib_version')
-rw-r--r-- | lib/libossaudio/shlib_version | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libossaudio/shlib_version b/lib/libossaudio/shlib_version index 8c38ab123ff..012c14171d3 100644 --- a/lib/libossaudio/shlib_version +++ b/lib/libossaudio/shlib_version @@ -1,5 +1,2 @@ -# $OpenBSD: shlib_version,v 1.3 2002/12/03 06:39:39 millert Exp $ -# $NetBSD: shlib_version,v 1.4 1998/01/05 07:41:13 perry Exp $ -# -major=2 +major=3 minor=0 |