Skip to content

Commit 272d06d

Browse files
committed
Upgrade to 1.4.25
1 parent 694f63a commit 272d06d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.25
4+
5+
- Fix `CMAKE_MODULE_PATH` who was used as single value (for real)
6+
37
## 1.4.24
48

59
- Fix pkg-config file with absolute path for `CMAKE_INSTALL_{INCLUDE,LIB}DIR`

CMakeLists.txt

Lines changed: 2 additions & 2 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 "24")
31+
set(LIBRARY_VERSION_PATCH "25")
3232
set(ORCANIA_VERSION_REQUIRED "2.3.0")
33-
set(YDER_VERSION_REQUIRED "1.4.16")
33+
set(YDER_VERSION_REQUIRED "1.4.17")
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=24
63+
VERSION_PATCH=25
6464

6565
all: release
6666

0 commit comments

Comments
 (0)