aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gladkov <gladkov.alexey@gmail.com>2023-06-28 12:00:57 +0200
committerAlexey Gladkov <gladkov.alexey@gmail.com>2023-06-28 12:00:57 +0200
commit880887a48439a7c04cd07ff6f341992fd51ece7b (patch)
tree9db18a92a981138f2e81629468e66ce0e0f803fb
parent7e58ec6867ce6533316c45cb0d91c097561c3825 (diff)
downloadkbd-880887a48439a7c04cd07ff6f341992fd51ece7b.tar.gz
v2.6.1v2.6.1
libkfont: * Fix font saving from linux kernel if KD_FONT_OP_GET_TALL is available. * Respect font height when writing psf2 header. keymaps: * Create new 'mac-fr' layout for contemporary French Macs. Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6da9bb85..e9f92d40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([kbd],[2.6.0],[gladkov.alexey@gmail.com],[],[https://kbd-project.org/])
+AC_INIT([kbd],[2.6.1],[gladkov.alexey@gmail.com],[],[https://kbd-project.org/])
AC_PREREQ([2.69])