From 12a86ff3524f3ad0f8c2eca1e4143b87e6323a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Sun, 11 Oct 2020 18:32:56 +0200 Subject: [PATCH] Bump version to 3.38.1 We will need to bump the version differently for GNOME 40. In the meantime, just increment the micro version. --- README.md | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938e06f2d..099caf02e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ gedit - The GNOME text editor ============================= -This is version 3.38.0 of gedit. +This is version 3.38.1 of gedit. gedit is the text editor of the GNOME desktop environment. diff --git a/meson.build b/meson.build index c48d81937..edf9ed19c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gedit', 'c', - version: '3.38.0', + version: '3.38.1', meson_version: '>= 0.53' )