xref: /csrg-svn/lib/libc/db/VERSION (revision 59565)
1*59565Sbostic#	@(#)VERSION	5.5 (Berkeley) 04/30/93
258552Sbostic
359547SbosticThis is version 1.2 of the Berkeley DB code.
458552Sbostic
558752SbosticIf your version of the DB code doesn't have
658752Sbostica copy of this version file, it's really old,
758752Sbosticplease update it!
859547Sbostic
959547Sbostic============================================
1059547Sbostic1.1 -> 1.2
1159547Sbostic	No bug fixes, only compatibility hacks.
12*59565Sbostic
13*59565Sbostic============================================
14*59565Sbostic
15*59565SbosticDistribution contents:
16*59565Sbostic	Makefile.inc	Ignore this, it's Berkeley's internal Makefile.
17*59565Sbostic	PORT		The directory to build in.
18*59565Sbostic	README		This file.
19*59565Sbostic	VERSION		This file.
20*59565Sbostic	btree		B+tree routines.
21*59565Sbostic	db		Dbopen(3) interface routine.
22*59565Sbostic	doc		USENIX papers.
23*59565Sbostic	hash		Extended linear hashing routines.
24*59565Sbostic	man		Man pages.
25*59565Sbostic	mpool		Memory pool routines.
26*59565Sbostic	recno		Fixed/variable length routines.
27*59565Sbostic	test		Test package.
28