summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-09 13:26:02 +0200
committerBastien Nocera <hadess@hadess.net>2017-08-09 13:28:16 +0200
commitc1a5c66701c80eab5df5f8a66595c686df12aa84 (patch)
tree917bff9ce09261dda5912968bcc3323c69d513c1
parent8193dc6c086164026dd88e3b1076759d0c510df5 (diff)
downloadnautilus-sendto-c1a5c66701c80eab5df5f8a66595c686df12aa84.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0e2ae7..f1ea222 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
=============
+Version 3.8.6
+=============
+
+- Port to meson
+
+=============
Version 3.8.5
=============
diff --git a/meson.build b/meson.build
index 66d452d..71033d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus-sendto', 'c',
- version: '3.8.5',
+ version: '3.8.6',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',