File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Yder Changelog
2
2
3
+ ## 1.4.21
4
+
5
+ - Minor bugfixes
6
+ - Build with flag ` -Wpedantic `
7
+
3
8
## 1.4.20
4
9
5
10
- cmake: remove ` DownloadProject ` feature, now dependencies must be previously installed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(PROJECT_HOMEPAGE_URL "https://github.com/babelouest/yder/")
30
30
set (PROJECT_BUGREPORT_PATH "https://github.com/babelouest/yder/issues" )
31
31
set (LIBRARY_VERSION_MAJOR "1" )
32
32
set (LIBRARY_VERSION_MINOR "4" )
33
- set (LIBRARY_VERSION_PATCH "20 " )
33
+ set (LIBRARY_VERSION_PATCH "21 " )
34
34
35
35
set (PROJECT_VERSION "${LIBRARY_VERSION_MAJOR} .${LIBRARY_VERSION_MINOR} .${LIBRARY_VERSION_PATCH} " )
36
36
set (PROJECT_VERSION_MAJOR ${LIBRARY_VERSION_MAJOR} )
@@ -56,7 +56,7 @@ set(PROJECT_VERSION_NUMBER "${LIBRARY_VERSION_MAJOR_PAD}${LIBRARY_VERSION_MINOR_
56
56
57
57
set (LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR} .${LIBRARY_VERSION_MINOR} .${LIBRARY_VERSION_PATCH} " )
58
58
set (LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR} .${LIBRARY_VERSION_MINOR} " )
59
- set (ORCANIA_VERSION_REQUIRED "2.3.3 " )
59
+ set (ORCANIA_VERSION_REQUIRED "2.3.4 " )
60
60
61
61
# cmake modules
62
62
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ LIBS=-lc -lorcania
35
35
OUTPUT =libyder.so
36
36
VERSION_MAJOR =1
37
37
VERSION_MINOR =4
38
- VERSION_PATCH =20
38
+ VERSION_PATCH =21
39
39
40
40
SONAME = -soname
41
41
ifeq ($(shell uname -s) ,Darwin)
You can’t perform that action at this time.
0 commit comments