Skip to content

Commit 9952a46

Browse files
committed
post-release version bump to 0.9.5-dev
1 parent 6e7fcac commit 9952a46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rmw-0.9.4
1+
# rmw-0.9.5-dev
22
## Description
33

44
rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command line.

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
project(
22
'rmw',
33
'c',
4-
version: '0.9.4',
4+
version: '0.9.5-dev',
55
meson_version: '>= 0.59.0',
66
default_options: [
77
'warning_level=3',
8-
#'b_sanitize=address,undefined',
9-
#'b_lundef=false',
8+
'b_sanitize=address,undefined',
9+
'b_lundef=false',
1010
'pkg_config_path=/opt/homebrew/opt/gettext/lib/pkgconfig,/opt/homebrew/opt/ncurses/lib/pkgconfig,/usr/local/opt/ncurses/lib/pkgconfig',
1111
],
1212
)

0 commit comments

Comments
 (0)