diff --git a/NEWS b/NEWS index 68694e797..8a67e5626 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +================ +Version 3.37.92 +================ + +- Updated translations + +Display +- Show screen orientation setting even when accelerometer is present + +Wacom +- Group pad/stylus devices together with the group name + ================ Version 3.37.90 ================ diff --git a/meson.build b/meson.build index 05dbe651a..250f617c7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '3.37.90', + version : '3.37.92', license : 'GPL2+', meson_version : '>= 0.51.0' )