Skip to content

Commit b41657a

Browse files
committed
Prepare release of version 1.5.3
- Based on SQLite version 3.39.4
1 parent 1be5782 commit b41657a

File tree

7 files changed

+229
-169
lines changed

7 files changed

+229
-169
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2022 Ulrich Telle <[email protected]>
44
dnl
55
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.
66

7-
AC_INIT([sqlite3mc], [1.5.2], [[email protected]])
7+
AC_INIT([sqlite3mc], [1.5.3], [[email protected]])
88

99
dnl This is the version tested with, might work with earlier ones.
1010
AC_PREREQ([2.69])

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The code was mainly developed under Windows, but was tested under Linux as well.
1010

1111
## Version history
1212

13+
* 1.5.3 - *September 2022*
14+
- Based on SQLite version 3.39.4
1315
* 1.5.2 - *September 2022*
1416
- Based on SQLite version 3.39.3
1517
- Fixed retrieval of configuration parameter table

src/rekeyvacuum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
** Change 4: Call sqlite3mcBtreeSetPageSize instead of sqlite3BtreeSetPageSize for main database
2828
** (sqlite3mcBtreeSetPageSize allows to reduce the number of reserved bytes)
2929
**
30-
** This code is generated by the script rekeyvacuum.sh from SQLite version 3.39.3 amalgamation.
30+
** This code is generated by the script rekeyvacuum.sh from SQLite version 3.39.4 amalgamation.
3131
*/
3232
SQLITE_PRIVATE SQLITE_NOINLINE int sqlite3mcRunVacuumForRekey(
3333
char **pzErrMsg, /* Write error message here */

0 commit comments

Comments
 (0)