Skip to content

Commit

Permalink
release 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 12, 2020
1 parent 3bda57f commit 66ec61d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
### libmatekbd 1.24.1

* Translations update
* build: silent build warnings for distcheck
* Reduce the font size of the key names on keyboard layout display
* matekbd-keyboard-drawing: i18n symbolic names

### libmatekbd 1.24.0

* tx: sync with transifex
* Translations update
* build: add configuration summary
* Use gresources for UI files
* matekbd-keyboard-config: Value stored to 'clen' is never read
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 *** configure.in for libmatekbd ***
dnl ***************************************************************************
m4_define([libmatekbd_major_version], [1])
m4_define([libmatekbd_minor_version], [24])
m4_define([libmatekbd_micro_version], [0])
m4_define([libmatekbd_micro_version], [1])
m4_define([libmatekbd_version],[libmatekbd_major_version.libmatekbd_minor_version.libmatekbd_micro_version])

AC_INIT([libmatekbd], [libmatekbd_version], [https://github.com/mate-desktop/libmatekbd])
Expand Down

0 comments on commit 66ec61d

Please sign in to comment.