Skip to content

Commit

Permalink
release 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 25, 2024
1 parent 7913635 commit a3bdf9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### mate-media 1.28.1

* Distribute Meson build system

### mate-system-monitor 1.28.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])

AC_INIT([mate-system-monitor],
[1.28.0],
[1.28.1],
[https://github.com/mate-desktop/mate-system-monitor/issues],
[mate-system-monitor],
[https://mate-desktop.org])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('mate-system-monitor',
default_options : [
'c_std=c11', 'cpp_std=c++11', 'warning_level=3'
],
version: '1.28.0',
version: '1.28.1',
meson_version: '>=0.50.0',
)

Expand Down

0 comments on commit a3bdf9f

Please sign in to comment.