diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d47362..7102ec9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.2) -project(mbusd VERSION 0.5.0) +project(mbusd VERSION 0.5.1) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/extern_GPL) include(CheckFunctionExists) diff --git a/LICENSE b/LICENSE index 8ca3614..178b2c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2002-2003, 2013-2020 Victor Antonovich (v.antonovich@gmail.com) +Copyright (c) 2002-2003, 2013-2021 Victor Antonovich (v.antonovich@gmail.com) Copyright (c) 2011 Andrew Denysenko All rights reserved. diff --git a/src/main.c b/src/main.c index 8d974d8..b2594e1 100644 --- a/src/main.c +++ b/src/main.c @@ -100,7 +100,7 @@ void usage(char *exename) { cfg_init(); - printf("%s-%s Copyright (C) 2002-2003, 2011, 2013-2020 Victor Antonovich , " + printf("%s-%s Copyright (C) 2002-2003, 2011, 2013-2021 Victor Antonovich , " "Andrew Denysenko \n\n" "Usage: %s [-h] [-d] " #ifdef LOG