diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index a4a1049..45afd8f 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -1,4 +1,4 @@ -cagebreak-config(1) "Version 1.7.4" "Cagebreak Manual" +cagebreak-config(1) "Version 1.7.5" "Cagebreak Manual" # NAME diff --git a/man/cagebreak.1.md b/man/cagebreak.1.md index aa66b7e..97f2ac4 100644 --- a/man/cagebreak.1.md +++ b/man/cagebreak.1.md @@ -1,4 +1,4 @@ -cagebreak(1) "Version 1.7.4" "Cagebreak Manual" +cagebreak(1) "Version 1.7.5" "Cagebreak Manual" # NAME diff --git a/meson.build b/meson.build index 4f76677..474a2c2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.7.4', + version: '1.7.5', license: 'MIT', default_options: [ 'c_std=c11', @@ -53,7 +53,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: ['>=0.14.0', '< 0.15.0']) +wlroots = dependency('wlroots', version: ['>=0.14.1', '< 0.15.0']) wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') wayland_cursor = dependency('wayland-cursor') @@ -198,13 +198,13 @@ reproducible_build_versions = { 'wayland_server': '1.19.0', 'wayland_client': '1.19.0', 'wayland_cursor': '1.19.0', - 'wlroots': '0.14.0', + 'wlroots': '0.14.1', 'xkbcommon': '1.3.0', 'fontconfig': '2.13.94', 'pixman': '0.40.0', - 'pango': '1.48.6', + 'pango': '1.48.7', 'cairo': '1.17.4', - 'pangocairo': '1.48.6', + 'pangocairo': '1.48.7', 'math': '-1' } @@ -257,7 +257,7 @@ if get_option('man-pages') output : 'cagebreak.1', input : 'man/cagebreak.1.md', capture : true, - command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())], + command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625921119 ; @0@ < @INPUT@'.format(scdoc.path())], install: true, install_dir: mandir1 ) @@ -266,7 +266,7 @@ if get_option('man-pages') output : 'cagebreak-config.5', input : 'man/cagebreak-config.5.md', capture : true, - command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625064321 ; @0@ < @INPUT@'.format(scdoc.path())], + command : [sh, '-c', 'export SOURCE_DATE_EPOCH=1625921119 ; @0@ < @INPUT@'.format(scdoc.path())], install: true, install_dir: mandir5 )