Skip to content

Commit

Permalink
Upgrade to 1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Mar 11, 2022
1 parent 5b58013 commit c4191d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Hoel Changelog

## 1.4.19

- Use `o_strlen` instead of `strlen`

## 1.4.18

- Remove Travis CI tests
- Use `o_strlen` instead of `strlen`

## 1.4.17

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 "18")
set(LIBRARY_VERSION_PATCH "19")
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=18
VERSION_PATCH=19

all: release

Expand Down

0 comments on commit c4191d4

Please sign in to comment.