aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2008-04-24 08:31:51 +0000
committerdanielk1977 <danielk1977@noemail.net>2008-04-24 08:31:51 +0000
commit9a9b1564cf53e29a7e1372a128e3941dad4832a1 (patch)
treef3bce5d894c85991c3e35df3a4b2ec839641a6e1 /src
parent5ff1020dd85db197e70ac98ca5c9f782170c201e (diff)
downloadsqlite-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.c2
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>