diff options
author | Christian Hergert <chergert@redhat.com> | 2021-03-02 11:07:01 -0800 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2021-03-02 11:07:01 -0800 |
commit | fde022cc5cb530e34e0e44954147576fa8da291d (patch) | |
tree | 533b15d5387b95cb2c6ad3279bd28822d982eba4 | |
parent | 0f22b3a369354583fdf537bab1bd4a5060211ef3 (diff) | |
download | gtksourceview-4.8.1.tar.gz |
Release GtkSourceView 4.8.14.8.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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', |