Skip to content

Commit

Permalink
Upgrade to 1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jan 29, 2024
1 parent 8b2b9f0 commit c9904a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Yder Changelog

## 1.4.21

- Minor bugfixes
- Build with flag `-Wpedantic`

## 1.4.20

- cmake: remove `DownloadProject` feature, now dependencies must be previously installed
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/yder/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/yder/issues")
set(LIBRARY_VERSION_MAJOR "1")
set(LIBRARY_VERSION_MINOR "4")
set(LIBRARY_VERSION_PATCH "20")
set(LIBRARY_VERSION_PATCH "21")

set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
set(PROJECT_VERSION_MAJOR ${LIBRARY_VERSION_MAJOR})
Expand All @@ -56,7 +56,7 @@ set(PROJECT_VERSION_NUMBER "${LIBRARY_VERSION_MAJOR_PAD}${LIBRARY_VERSION_MINOR_

set(LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
set(LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}")
set(ORCANIA_VERSION_REQUIRED "2.3.3")
set(ORCANIA_VERSION_REQUIRED "2.3.4")

# cmake modules

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LIBS=-lc -lorcania
OUTPUT=libyder.so
VERSION_MAJOR=1
VERSION_MINOR=4
VERSION_PATCH=20
VERSION_PATCH=21

SONAME = -soname
ifeq ($(shell uname -s),Darwin)
Expand Down

0 comments on commit c9904a3

Please sign in to comment.