Skip to content

Commit

Permalink
Prepare release of version 1.7.4
Browse files Browse the repository at this point in the history
- Based on SQLite version 3.44.0
  • Loading branch information
utelle committed Nov 9, 2023
1 parent a6f98ba commit dfdb048
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.4] - 2023-11-09

### Changed

- Based on SQLite version 3.44.0
- Prevent crashes due to uninitialized cipher tables

## [1.7.3] - 2023-11-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2023 Ulrich Telle <[email protected]>
dnl
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.

AC_INIT([sqlite3mc], [1.7.3], [[email protected]])
AC_INIT([sqlite3mc], [1.7.4], [[email protected]])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ The code was mainly developed under Windows, but was tested under Linux as well.

## Version information

* 1.7.3 - *November 2023*
* 1.7.4 - *November 2023*
- Based on SQLite version 3.44.0
- Prevent crashes due to uninitialized cipher tables

For further version information please consult the [CHANGELOG](CHANGELOG.md).

Expand Down
4 changes: 2 additions & 2 deletions src/sqlite3mc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#define SQLITE3MC_VERSION_MAJOR 1
#define SQLITE3MC_VERSION_MINOR 7
#define SQLITE3MC_VERSION_RELEASE 3
#define SQLITE3MC_VERSION_RELEASE 4
#define SQLITE3MC_VERSION_SUBRELEASE 0
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.7.3"
#define SQLITE3MC_VERSION_STRING "SQLite3 Multiple Ciphers 1.7.4"

#endif /* SQLITE3MC_VERSION_H_ */

0 comments on commit dfdb048

Please sign in to comment.