Skip to content

Commit c8c482a

Browse files
committed
track 3.7.12
1 parent d09051a commit c8c482a

File tree

214 files changed

+13082
-2707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+13082
-2707
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ clean:
934934
rm -f mkkeywordhash$(BEXE) keywordhash.h
935935
rm -f $(PUBLISH)
936936
rm -f *.da *.bb *.bbg gmon.out
937+
rm -rf quota2a quota2b quota2c
937938
rm -rf tsrc .target_source
938939
rm -f tclsqlite3$(TEXE)
939940
rm -f testfixture$(TEXE) test.db

Makefile.msc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,9 +979,15 @@ sqlite3_analyzer.exe: sqlite3_analyzer.c
979979

980980
clean:
981981
del /Q *.lo *.ilk *.lib *.obj *.pdb sqlite3.exe libsqlite3.lib
982+
del /Q *.da *.bb *.bbg gmon.out
982983
del /Q sqlite3.h opcodes.c opcodes.h
983984
del /Q lemon.exe lempar.c parse.*
984985
del /Q mkkeywordhash.exe keywordhash.h
986+
-rmdir /Q/S .deps
987+
-rmdir /Q/S .libs
988+
-rmdir /Q/S quota2a
989+
-rmdir /Q/S quota2b
990+
-rmdir /Q/S quota2c
985991
-rmdir /Q/S tsrc
986992
del /Q .target_source
987993
del /Q tclsqlite3.exe

Makefile.vxworks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ clean:
657657
rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h
658658
rm -f $(PUBLISH)
659659
rm -f *.da *.bb *.bbg gmon.out
660+
rm -rf quota2a quota2b quota2c
660661
rm -rf tsrc target_source
661662
rm -f testloadext.dll libtestloadext.so
662663
rm -f sqlite3.c fts?amal.c tclsqlite3.c

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.10
1+
3.7.12

art/2005osaward.gif

-3.66 KB
Binary file not shown.

art/SQLite.eps

-23.6 KB
Binary file not shown.

art/SQLite.gif

-2.99 KB
Binary file not shown.

art/SQLiteLogo3.tiff

-83.2 KB
Binary file not shown.

art/SQLite_big.gif

-7.25 KB
Binary file not shown.

art/nocopy.gif

-3.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)