[gnome-desktop] 42.alpha.1
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] 42.alpha.1
- Date: Wed, 12 Jan 2022 15:49:42 +0000 (UTC)
commit f4d96fba870f72b76963d48f5c5022dc368fdc8b
Author: Jordan Petridis <jordan centricular com>
Date: Wed Jan 12 17:49:00 2022 +0200
42.alpha.1
NEWS | 6 ++++++
meson.build | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 87ef5182..8e676ae2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Version 42.alpha.1
+============
+
+- build: fix soversion in libgnome-desktop-4
+
============
Version 42.alpha
============
diff --git a/meson.build b/meson.build
index 2805bc16..16830f43 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.alpha',
+ version: '42.alpha.1',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',
@@ -17,7 +17,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '1.0.0'
+libversion = '1.0.1'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]