> RC1 incorrectly tagged databases with 0 6 1 instead of 0 9 0. This > is fixed in the release version and in HEAD. > ... > 4) Open the DB, rewrite the version number, close it and open it again. I did $ sqlite sqlite.db sqlite> update VERSION set DBVERSION='(0 9 0)'; and it seems to me everything works fine now.