File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in 1.4.4
2
+ ================
3
+
4
+ * Default to a relative path for `CMAKE_INSTALL_LIBDIR` on cmake modules
5
+ * Only pass `--libdir` to autotools modules when `libdir` is explicitly set
6
+
1
7
Changes in 1.4.3
2
8
================
3
9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ([2.63])
2
2
3
3
m4_define ( [ flatpak_builder_major_version] , [ 1] )
4
4
m4_define ( [ flatpak_builder_minor_version] , [ 4] )
5
- m4_define ( [ flatpak_builder_micro_version] , [ 3 ] )
5
+ m4_define ( [ flatpak_builder_micro_version] , [ 4 ] )
6
6
m4_define ( [ flatpak_builder_version] ,
7
7
[ flatpak_builder_major_version.flatpak_builder_minor_version.flatpak_builder_micro_version] )
8
8
Original file line number Diff line number Diff line change 3
3
' c' ,
4
4
license : ' LGPL-2.1-or-later' ,
5
5
meson_version : ' >= 0.56.2' ,
6
- version : ' 1.4.3 ' ,
6
+ version : ' 1.4.4 ' ,
7
7
default_options : ' c_std=gnu99' ,
8
8
)
9
9
You can’t perform that action at this time.
0 commit comments