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 + * + * 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 + Copyright (c) 2017, 2019. Alastair Poole 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 #include