summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2021-03-02 11:07:01 -0800
committerChristian Hergert <chergert@redhat.com>2021-03-02 11:07:01 -0800
commitfde022cc5cb530e34e0e44954147576fa8da291d (patch)
tree533b15d5387b95cb2c6ad3279bd28822d982eba4
parent0f22b3a369354583fdf537bab1bd4a5060211ef3 (diff)
downloadgtksourceview-4.8.1.tar.gz
Release GtkSourceView 4.8.14.8.1
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 17e07760..769d7b60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 4.8.1, 2021-03-02
+-------------------------
+* Fix highlighting in presence of byte-order-marks (BOM)
+* meson.lang: Update keywords to 0.55.3 syntax
+* cmake.lang: Update keywords to 3.18.2 syntax
+* go.lang: make "0i" syntax highlight as integer
+* Translation updates
+
News in 4.8.0, 2020-09-12
-------------------------
* Translation updates
diff --git a/meson.build b/meson.build
index 80c2236a..826a3121 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtksourceview', 'c',
- version: '4.8.0',
+ version: '4.8.1',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.50.0',
default_options: [ 'c_std=gnu99',