summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniojpfernandes@gmail.com>2022-04-29 20:44:21 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-04-29 20:44:21 +0000
commit3692467da9f66267ff231787a86546f3f5643fda (patch)
tree4168eb6a21d656727d4b9ab1592fb1ea21ea195d
parent8dca802ee401677f8d9740ea0622b97666031f3e (diff)
downloadnautilus-3692467da9f66267ff231787a86546f3f5643fda.tar.gz
build: Post-release version bump
Better late than never!
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f7dbe5ce8..da161a80e 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
# * Update GTK-based codes over src/gtk/gtk-code-generator.sh
- version: '42.1.1',
+ version: '42.2',
meson_version: '>= 0.49.0',
license: 'GPL3+'