diff options
author | danielk1977 <danielk1977@noemail.net> | 2008-04-24 08:31:51 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2008-04-24 08:31:51 +0000 |
commit | 9a9b1564cf53e29a7e1372a128e3941dad4832a1 (patch) | |
tree | f3bce5d894c85991c3e35df3a4b2ec839641a6e1 /src | |
parent | 5ff1020dd85db197e70ac98ca5c9f782170c201e (diff) | |
download | sqlite-9a9b1564cf53e29a7e1372a128e3941dad4832a1.tar.gz sqlite-9a9b1564cf53e29a7e1372a128e3941dad4832a1.zip |
Add version comment to vdbeaux.c. No code changes. Ticket #3066. (CVS 5038)
FossilOrigin-Name: d667add44b87f9011b0ef10d45101dfc1e38feaa
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbeaux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c index 903c12f02..e9d481f14 100644 --- a/src/vdbeaux.c +++ b/src/vdbeaux.c @@ -13,6 +13,8 @@ ** a VDBE (or an "sqlite3_stmt" as it is known to the outside world.) Prior ** to version 2.8.7, all this code was combined into the vdbe.c source file. ** But that file was getting too big so this subroutines were split out. +** +** $Id: vdbeaux.c,v 1.377 2008/04/24 08:31:52 danielk1977 Exp $ */ #include "sqliteInt.h" #include <ctype.h> |