xsel

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

commit 39cd852a98148cf21f1cbc448195137e88285b4a
parent 428a58d378bfa2a151526ab192b78f081eb94d09
Author: conrad <conrad@9c49b5d1-7df3-0310-bce2-b7278e68f44c>
Date:   Sun, 10 Feb 2008 02:02:02 +0000

Release 1.1.0


git-svn-id: http://svn.kfish.org/xsel/trunk@207 9c49b5d1-7df3-0310-bce2-b7278e68f44c

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

diff --git a/configure.ac b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_INIT([xsel.c]) -AM_INIT_AUTOMAKE(xsel, 1.0.0.svn20080115) +AM_INIT_AUTOMAKE(xsel, 1.1.0) AC_CONFIG_SRCDIR([xsel.c]) AM_CONFIG_HEADER(config.h)