Tingle: Merge changes from ext. tingle repo.

edi-0.5
Alastair Poole 4 years ago
parent 99435ea29c
commit a5355e5357
  1. 3
      src/main.c
  2. 4
      src/tingle/tingle.c

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

@ -1,5 +1,5 @@
/*
Copyright (c) 2017, Alastair Poole <netstar@gmail.com>
Copyright (c) 2017, 2019. Alastair Poole <netstar@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>

Loading…
Cancel
Save