summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-03-10 13:09:38 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-03-10 13:22:49 -0600
commitc2dedabc4452fb9fcdaf5e6faeb51414eed7888e (patch)
tree2289b7cb94cf13888f868ad00e75bc107f3a1d9d
parentd89e9bd3c57d4ac56e4f44b07d4e26842c96eb25 (diff)
downloadepiphany-c2dedabc4452fb9fcdaf5e6faeb51414eed7888e.tar.gz
Prepare 3.28.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 688e91bcf..d5e91e8f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.28.0 - March 10, 2018
+=======================
+
+- Fix buffer overflow in profile migrator test
+- Updated translations
+
3.27.92 - March 2, 2018
=======================
diff --git a/meson.build b/meson.build
index a664c5b37..c676d75c8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.27.92',
+ version: '3.28.0',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)