diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2018-02-12 16:15:05 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2018-02-12 16:15:05 -0600 |
commit | bf4c431b45ed6894c56559b77e3db896ac097535 (patch) | |
tree | 3c41c8fa1f0119e9755c2d592d6c0b8ece37adf6 /meson.build | |
parent | 1e5c92f8cfb543228896d03f996818f7beb2a6f8 (diff) | |
download | nautilus-bf4c431b45ed6894c56559b77e3db896ac097535.tar.gz |
Bump version number
This is needed so that clients of libnautilus-extension can depend on
the new version.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ab225e360..3b5c8dbff 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('nautilus', 'c', - version: '3.27.4', + version: '3.27.90', meson_version: '>= 0.41.0', license: 'GPL3+' ) |