Skip to content

Commit

Permalink
Upgrade to 1.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Oct 15, 2022
1 parent 576267d commit 0c3d9ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.26

- Minor bugfixes

## 1.4.25

- Fix `CMAKE_MODULE_PATH` who was used as single value (for real)
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ 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 "25")
set(ORCANIA_VERSION_REQUIRED "2.3.0")
set(YDER_VERSION_REQUIRED "1.4.17")
set(LIBRARY_VERSION_PATCH "26")
set(ORCANIA_VERSION_REQUIRED "2.3.1")
set(YDER_VERSION_REQUIRED "1.4.18")
set(JANSSON_VERSION_REQUIRED "2.4")

set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
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=25
VERSION_PATCH=26

all: release

Expand Down

0 comments on commit 0c3d9ae

Please sign in to comment.