xsel

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

commit 0ee15bfc8139d8eb595004ea093c6a57b7134470
parent 40fb682f0bd0c39f8ec639aad47afc1bbabcd3ee
Author: Conrad Parker <conrad@metadecks.org>
Date:   Tue, 18 Apr 2023 20:15:01 +1000

Merge pull request #51 from SoapGentoo/release-1.2.1

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])