Skip to content

Commit 4576822

Browse files
committed
6.2.0
1 parent 603ab06 commit 4576822

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
cinnamon-desktop (6.2.0) wilma; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Add a makepot script.
5+
* gnome-wall-clock.c: Update default date-time formats to adapt to GDateTime change.
6+
7+
[ Clement Lefebvre ]
8+
* l10n: Update msgids/msgstr to reflect changes in the previous commit
9+
* Update the default date format
10+
* Revert "Add a makepot script."
11+
12+
-- Clement Lefebvre <[email protected]> Tue, 11 Jun 2024 16:13:50 +0100
13+
114
cinnamon-desktop (6.0.0) virginia; urgency=medium
215

316
[ Michael Webster ]

Diff for: meson.build

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/cinnamon-desktop
4-
project('cinnamon-desktop', 'c', version: '6.0.0',
5-
meson_version: '>=0.56.0'
6-
)
4+
project('cinnamon-desktop', 'c', version : '6.2.0', meson_version : '>=0.56.0')
75

86
# Before making a release, the LT_VERSION string should be modified.
97
# The string is of the form C.R.A.

0 commit comments

Comments
 (0)