summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-09-15 10:56:40 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-09-15 10:57:53 -0500
commit6ef5f0707cfae2cf2ad084a5123eddb43a0c4003 (patch)
tree0706f642d4ed2eb24b4ef2acfa73de52617d8d64
parent7547b777da621872168aa2b2099fff6c05e96a62 (diff)
downloadglib-networking-6ef5f0707cfae2cf2ad084a5123eddb43a0c4003.tar.gz
Copy 2.74.0 NEWS and version from glib-2-74 branch
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 462f99a..5919a91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.74.0 - September 15, 2022
+===========================
+
+- Updated translations
+
2.74.rc - September 1, 2022
===========================
diff --git a/meson.build b/meson.build
index 01e18a9..a39eac5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.74.rc',
+ version: '2.74.0',
license: 'LGPL2.1+',
meson_version: '>= 0.60.0',
default_options: ['c_std=gnu99']