Change the project name back to gtk+ to avoid trouble with
tarball names not matching ftpadmin expectations.
This commit is contained in:
Matthias Clasen
2017-10-18 23:11:07 +02:00
parent e4259eaeaa
commit be8fe853f0
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@@ -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

View File

@@ -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',