Skip to content

Commit 0c3d9ae

Browse files
committed
Upgrade to 1.4.26
1 parent 576267d commit 0c3d9ae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hoel Changelog
22

3+
## 1.4.26
4+
5+
- Minor bugfixes
6+
37
## 1.4.25
48

59
- Fix `CMAKE_MODULE_PATH` who was used as single value (for real)

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/hoel/")
2828
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/hoel/issues")
2929
set(LIBRARY_VERSION_MAJOR "1")
3030
set(LIBRARY_VERSION_MINOR "4")
31-
set(LIBRARY_VERSION_PATCH "25")
32-
set(ORCANIA_VERSION_REQUIRED "2.3.0")
33-
set(YDER_VERSION_REQUIRED "1.4.17")
31+
set(LIBRARY_VERSION_PATCH "26")
32+
set(ORCANIA_VERSION_REQUIRED "2.3.1")
33+
set(YDER_VERSION_REQUIRED "1.4.18")
3434
set(JANSSON_VERSION_REQUIRED "2.4")
3535

3636
set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OBJECTS=hoel-sqlite.o hoel-mariadb.o hoel-pgsql.o hoel-simple-json.o hoel.o
6060
OUTPUT=libhoel.so
6161
VERSION_MAJOR=1
6262
VERSION_MINOR=4
63-
VERSION_PATCH=25
63+
VERSION_PATCH=26
6464

6565
all: release
6666

0 commit comments

Comments
 (0)