Tingle: Merge changes from ext. tingle repo.

This commit is contained in:
Alastair Poole 2019-10-05 11:49:03 +01:00
parent 99435ea29c
commit a5355e5357
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
/* /*
* Copyright 2018-2019. Alastair Poole <netstar@gmail.com> * Copyright 2018-2019. Alastair Poole <netstar@gmail.com>
*
* http://haxlab.org.
*
* See LICENSE file for details. * See LICENSE file for details.
*/ */

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2017, Alastair Poole <netstar@gmail.com> Copyright (c) 2017, 2019. Alastair Poole <netstar@gmail.com>
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without 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 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#define VERSION "0.9.0" #define VERSION "0.9.2"
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>