1# @(#)VERSION 5.5 (Berkeley) 04/30/93 2 3This is version 1.2 of the Berkeley DB code. 4 5If your version of the DB code doesn't have 6a copy of this version file, it's really old, 7please update it! 8 9============================================ 101.1 -> 1.2 11 No bug fixes, only compatibility hacks. 12 13============================================ 14 15Distribution contents: 16 Makefile.inc Ignore this, it's Berkeley's internal Makefile. 17 PORT The directory to build in. 18 README This file. 19 VERSION This file. 20 btree B+tree routines. 21 db Dbopen(3) interface routine. 22 doc USENIX papers. 23 hash Extended linear hashing routines. 24 man Man pages. 25 mpool Memory pool routines. 26 recno Fixed/variable length routines. 27 test Test package. 28