1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-26 23:46:44 +08:00

Update version to 0.5.2 and year to 2023

This commit is contained in:
Victor Antonovich 2023-09-29 18:09:00 +03:00
parent 6517dea57f
commit b464ec9676
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.2)
project(mbusd VERSION 0.5.1) project(mbusd VERSION 0.5.2)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/extern_GPL) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/extern_GPL)
include(CheckFunctionExists) include(CheckFunctionExists)

View File

@ -1,4 +1,4 @@
Copyright (c) 2002-2003, 2013-2022 Victor Antonovich (v.antonovich@gmail.com) Copyright (c) 2002-2003, 2013-2023 Victor Antonovich (v.antonovich@gmail.com)
Copyright (c) 2011 Andrew Denysenko <nitr0@seti.kr.ua> Copyright (c) 2011 Andrew Denysenko <nitr0@seti.kr.ua>
All rights reserved. All rights reserved.

View File

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