Skip to content
Snippets Groups Projects
Commit 2657b9a9 authored by Abderrahim Kitouni's avatar Abderrahim Kitouni
Browse files

Release 42.beta

parent fbb3e9d2
Branches
Tags
No related merge requests found
===============
Version 42.beta
===============
- Add async methods for thumbnail creation
- thumbnail: Resolve symlinks before exporting them with Flatpak
- Make table:cangjie5 the default input method for zh_HK
- Translation updates
============
Version 42.alpha.1
============
......
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
version: '42.alpha.1',
version: '42.beta',
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.1.0'
libversion = '1.2.0'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment