Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

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

## 1.1.10

- Minor bugfixes
- Build with flag `-Wpedantic`

## 1.1.9

- Improve cmake script
Expand Down
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/iddawc/")
set(PROJECT_BUGREPORT_PATH "https://github.com/babelouest/iddawc/issues")
set(LIBRARY_VERSION_MAJOR "1")
set(LIBRARY_VERSION_MINOR "1")
set(LIBRARY_VERSION_PATCH "9")
set(ORCANIA_VERSION_REQUIRED "2.3.3")
set(YDER_VERSION_REQUIRED "1.4.20")
set(ULFIUS_VERSION_REQUIRED "2.7.15")
set(RHONABWY_VERSION_REQUIRED "1.1.13")
set(LIBRARY_VERSION_PATCH "10")
set(ORCANIA_VERSION_REQUIRED "2.3.4")
set(YDER_VERSION_REQUIRED "1.4.21")
set(ULFIUS_VERSION_REQUIRED "2.7.16")
set(RHONABWY_VERSION_REQUIRED "1.1.14")

set(PROJECT_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
set(PROJECT_VERSION_MAJOR ${LIBRARY_VERSION_MAJOR})
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ OBJECTS=iddawc.o
OUTPUT=libiddawc.so
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=9
VERSION_PATCH=10

.PHONY: all clean

Expand Down

0 comments on commit 8d5c7a5

Please sign in to comment.