Index: pages/lang_corefunc.in ================================================================== --- pages/lang_corefunc.in +++ pages/lang_corefunc.in @@ -338,11 +338,11 @@ funcdef {sqlite_source_id()} {} { ^The sqlite_source_id() function returns a string that identifies the specific version of the source code that was used to build the SQLite library. ^The string returned by sqlite_source_id() is the date and time that the source code was checked in followed by - the SHA1 hash for that check-in. ^This function is + the SHA3-256 hash for that check-in. ^This function is an SQL wrapper around the [sqlite3_sourceid()] C interface. } funcdef {sqlite_version()} {} { ^The sqlite_version() function returns the version string for the SQLite