Skip to content

Commit

Permalink
Upgrade to 1.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Apr 23, 2022
1 parent e0a5696 commit 2b5fe23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hoel Changelog

## 1.4.22

- Fix `h_escape_string_mariadb`

## 1.4.21

- Replace `#define h_exec_query_sqlite` with a redefinition of `h_exec_query_sqlite` as a function
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/hoel/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/hoel/issues")
set(LIBRARY_VERSION_MAJOR "1")
set(LIBRARY_VERSION_MINOR "4")
set(LIBRARY_VERSION_PATCH "21")
set(LIBRARY_VERSION_PATCH "22")
set(ORCANIA_VERSION_REQUIRED "2.2.2")
set(YDER_VERSION_REQUIRED "1.4.15")
set(JANSSON_VERSION_REQUIRED "2.4")
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ OBJECTS=hoel-sqlite.o hoel-mariadb.o hoel-pgsql.o hoel-simple-json.o hoel.o
OUTPUT=libhoel.so
VERSION_MAJOR=1
VERSION_MINOR=4
VERSION_PATCH=21
VERSION_PATCH=22

all: release

Expand Down

0 comments on commit 2b5fe23

Please sign in to comment.