netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=a5355e5357ced5f5293d6fc9447b212bd1224852
commit a5355e5357ced5f5293d6fc9447b212bd1224852 Author: Alastair Poole <alastair.po...@int6.co.uk> Date: Sat Oct 5 11:49:03 2019 +0100 Tingle: Merge changes from ext. tingle repo. --- src/main.c | 3 +++ src/tingle/tingle.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 61d97cf..fdaff80 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,8 @@ /* * Copyright 2018-2019. Alastair Poole <nets...@gmail.com> + * + * http://haxlab.org. + * * See LICENSE file for details. */ diff --git a/src/tingle/tingle.c b/src/tingle/tingle.c index 8f4f043..9e88761 100644 --- a/src/tingle/tingle.c +++ b/src/tingle/tingle.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2017, Alastair Poole <nets...@gmail.com> + Copyright (c) 2017, 2019. Alastair Poole <nets...@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define VERSION "0.9.0" +#define VERSION "0.9.2" #define _DEFAULT_SOURCE #include <stdio.h> #include <stdlib.h> --