summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Mas <jmas@softcatala.org>2021-03-27 17:51:41 +0100
committerJordi Mas <jmas@softcatala.org>2021-03-27 17:51:41 +0100
commit215717de210bb27912e919364035ff087caee3ad (patch)
tree27cb7569e470df9058ec605cf5569b4ac65cc7b8
parent6d24e149ddaba1638ce9a3f43dc35ab0fb9c1af4 (diff)
parentd4120a989f139ffbbac841d50b68978802c5a627 (diff)
downloadgedit-gnome-3-38-fix-build.tar.gz
Merge branch 'gnome-3-38' into gnome-3-38-fix-buildgnome-3-38-fix-build
-rw-r--r--README.md2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 099caf02e..ee1872804 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
gedit - The GNOME text editor
=============================
-This is version 3.38.1 of gedit.
+This is version 3.38.2 of gedit.
gedit is the text editor of the GNOME desktop environment.
diff --git a/meson.build b/meson.build
index edf9ed19c..50243f9c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '3.38.1',
+ version: '3.38.2',
meson_version: '>= 0.53'
)