On 5 May 2016, at 5:22pm, Cecil Westerhof <cldwesterhof at gmail.com> wrote:

> ?With the command line program I can get it with:
>    .dbinfo
> one of the things it gives is:
>    software version:    3008010

I don't know if this is from something stored in the file.  My guess is that 
it's more likely to be the version of SQLite in the shell tool you're using, 
using one of these:

SQLITE_EXTERN const char sqlite3_version[] :

<https://www.sqlite.org/c3ref/libversion.html>

the "sqlite_version()" function:

<https://www.sqlite.org/lang_corefunc.html>

Simon.

Reply via email to