[d-spy] Release D-Spy 1.4.0 (GNOME 43.0)



commit 687dc766770a0938e72fd747308f13a460b5a76f
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 17 13:06:41 2022 -0700

    Release D-Spy 1.4.0 (GNOME 43.0)

 NEWS        | 4 ++++
 meson.build | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5348f34..1b7cef4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+# D-Spy 1.4
+
+This release fixes the project name to match the infrastructure.
+
 # D-Spy 1.2.1
 
 Just a few small UI updates and build system fixes in this release.
diff --git a/meson.build b/meson.build
index 8c48e98..1cce869 100644
--- a/meson.build
+++ b/meson.build
@@ -1,9 +1,9 @@
 project('d-spy', 'c',
-        version: '1.2.1',
+        version: '1.4.0',
   meson_version: '>= 0.59.0',
 )
 
-symbolic_version = '42.1'
+symbolic_version = '43.0'
 
 version_split = meson.project_version().split('.')
 version_major = version_split[0]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]