Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Feb 6, 2025
1 parent ae33582 commit 1eab729
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### libcafekbd 2.0.0

* ci: some improvements
* libcafekbd,Makefile: Add POSIX support to dependencies generation
* add G_GNUC_UNUSED in unused parameters
* Remove unused macros
* cafekbd-indicator:
- Fix [-Wmissing-prototypes] warnings
- Fix [-Wstrict-prototypes] warnings
* update translations

### libcafekbd 1.25.0

* initial commit: libmatekbd 1.24.1 fork
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl ***************************************************************************
dnl *** configure.in for libcafekbd ***
dnl ***************************************************************************
m4_define([libcafekbd_major_version], [1])
m4_define([libcafekbd_minor_version], [25])
m4_define([libcafekbd_major_version], [2])
m4_define([libcafekbd_minor_version], [0])
m4_define([libcafekbd_micro_version], [0])
m4_define([libcafekbd_version],[libcafekbd_major_version.libcafekbd_minor_version.libcafekbd_micro_version])

Expand Down

0 comments on commit 1eab729

Please sign in to comment.