xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 8c89a9225ea898b67c5a067d1a7f8e78f0a458aa
parent 40fb682f0bd0c39f8ec639aad47afc1bbabcd3ee
Author: David Seifert <soap@gentoo.org>
Date:   Tue, 18 Apr 2023 12:08:55 +0200

Release 1.2.1

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([xsel],[1.2.0]) +AC_INIT([xsel],[1.2.1]) AM_INIT_AUTOMAKE([1.14 foreign dist-xz subdir-objects]) AC_CONFIG_SRCDIR([xsel.c]) AC_CONFIG_HEADERS([config.h])