Update version to 0.5.1 and year to 2021

This commit is contained in:
Victor Antonovich 2021-11-12 12:20:48 +03:00
parent a2272c5793
commit 4cd68c1bb8
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 <nitr0@seti.kr.ua>
All rights reserved.

View File

@ -100,7 +100,7 @@ void
usage(char *exename)
{
cfg_init();
printf("%s-%s Copyright (C) 2002-2003, 2011, 2013-2020 Victor Antonovich <v.antonovich@gmail.com>, "
printf("%s-%s Copyright (C) 2002-2003, 2011, 2013-2021 Victor Antonovich <v.antonovich@gmail.com>, "
"Andrew Denysenko <nitr0@seti.kr.ua>\n\n"
"Usage: %s [-h] [-d] "
#ifdef LOG