summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-18 23:11:07 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-10-18 23:17:27 +0200
commit99f42bb72e01be02cfdc0c09211e6e52fd671680 (patch)
tree726130b6b66d35e6101745d55db04ab79d628495
parente4259eaeaac1be04218722b5c18ba38b5b86b779 (diff)
downloadgtk+-3.92.1.tar.gz
3.92.13.92.1
Change the project name back to gtk+ to avoid trouble with tarball names not matching ftpadmin expectations.
-rw-r--r--NEWS2
-rw-r--r--meson.build4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7214d4eaa0..a3511390e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in GTK+ 3.92.0, 重庆市
+Overview of Changes in GTK+ 3.92.1, 重庆市
==========================================
The bulk of the preparation for this release was done during
diff --git a/meson.build b/meson.build
index e08edad51a..0adafcaf63 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
-project('gtk+-4.0', 'c',
- version: '3.92.0',
+project('gtk+', 'c',
+ version: '3.92.1',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',