summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-03-12 13:40:18 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-03-12 13:40:18 -0300
commit6b14f59eedb7005315af2690b0ed3a43334f453a (patch)
treebf82e28d4b1bd2698381d84ad7eab7cccfdd3989
parent58d0b4e8d604d052d84b06c59291e7f1d5a5d833 (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_3_28_0.tar.gz
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab0318549..f01d0b936 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+==============
+Version 3.28.0
+==============
+
+- Translation updates
+
+Network:
+- Don't crash when connecting to hidden networks
+
===============
Version 3.27.92
===============
diff --git a/meson.build b/meson.build
index d9ea6b691..2d0d45e83 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version: '3.27.92',
+ version: '3.28.0',
license: 'GPL2+',
meson_version: '>= 0.43.0'
)