*** include/db.h.orig Thu Feb 4 12:02:57 1999 --- include/db.h Sun Mar 14 20:54:53 1999 *************** *** 72,79 **** #define DB_VERSION_MAJOR 2 #define DB_VERSION_MINOR 6 ! #define DB_VERSION_PATCH 5 ! #define DB_VERSION_STRING "Sleepycat Software: Berkeley DB 2.6.5: (02/04/99)" typedef u_int32_t db_pgno_t; /* Page number type. */ typedef u_int16_t db_indx_t; /* Page offset type. */ --- 72,79 ---- #define DB_VERSION_MAJOR 2 #define DB_VERSION_MINOR 6 ! #define DB_VERSION_PATCH 6 ! #define DB_VERSION_STRING "Sleepycat Software: Berkeley DB 2.6.6: (03/14/99)" typedef u_int32_t db_pgno_t; /* Page number type. */ typedef u_int16_t db_indx_t; /* Page offset type. */