netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=967b5ce33e3ca0b1a404658751fa5268e2a80aaa
commit 967b5ce33e3ca0b1a404658751fa5268e2a80aaa Author: Alastair Poole <nets...@gmail.com> Date: Sun Sep 1 17:50:38 2019 +0100 Release: Prepare --- LICENSE | 2 +- VERSION | 2 +- src/main.c | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 48d7d73..c6ea722 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Copyright (c) 2018, Alastair Poole <nets...@gmail.com> + Copyright (c) 2018, 2019 Alastair Poole <nets...@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/VERSION b/VERSION index abd4105..53a75d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.6 diff --git a/src/main.c b/src/main.c index 8f4cfdd..24ea496 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,6 @@ -/* Copyright 2018. Alastair Poole <nets...@gmail.com> - See LICENSE file for details. +/* + * Copyright 2018-2019. Alastair Poole <nets...@gmail.com> + * See LICENSE file for details. */ #define VERSION "0.2.6" --