Skip to content

Commit 4a1f4f8

Browse files
committed
Prepare release of version 1.5.1
1 parent a5ac5eb commit 4a1f4f8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.0], [[email protected]])
7+
AC_INIT([sqlite3mc], [1.5.1], [[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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ The code was mainly developed under Windows, but was tested under Linux as well.
1010

1111
## Version history
1212

13+
* 1.5.1 - *September 2022*
14+
- Based on SQLite version 3.39.3
15+
- Fixed a bug in shutdown code
1316
* 1.5.0 - *September 2022*
1417
- Based on SQLite version 3.39.3
1518
- Added option to register cipher schemes dynamically

src/sqlite3mc_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#define SQLITE3MC_VERSION_MAJOR 1
1616
#define SQLITE3MC_VERSION_MINOR 5
17-
#define SQLITE3MC_VERSION_RELEASE 0
17+
#define SQLITE3MC_VERSION_RELEASE 1
1818
#define SQLITE3MC_VERSION_SUBRELEASE 0
19-
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.5.0"
19+
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.5.1"
2020

2121
#endif /* SQLITE3MC_VERSION_H_ */

0 commit comments

Comments
 (0)