From 99f42bb72e01be02cfdc0c09211e6e52fd671680 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Oct 2017 23:11:07 +0200 Subject: [PATCH] 3.92.1 Change the project name back to gtk+ to avoid trouble with tarball names not matching ftpadmin expectations. --- NEWS | 2 +- meson.build | 4 ++-- 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',