Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Jan 5, 2025
1 parent c99e57b commit 7abc3b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/common/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

#pragma once

#define NCHAT_VERSION "5.4.2"
#define NCHAT_VERSION "5.5.1"
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// main.cpp
//
// Copyright (c) 2019-2024 Kristofer Berggren
// Copyright (c) 2019-2025 Kristofer Berggren
// All rights reserved.
//
// nchat is distributed under the MIT license, see LICENSE for details.
Expand Down Expand Up @@ -660,7 +660,7 @@ void ShowVersion()
std::cout <<
AppUtil::GetAppName(true /*p_WithVersion*/) << "\n"
"\n"
"Copyright (c) 2019-2024 Kristofer Berggren\n"
"Copyright (c) 2019-2025 Kristofer Berggren\n"
"\n"
"nchat is distributed under the MIT license.\n"
"\n"
Expand Down
4 changes: 2 additions & 2 deletions src/nchat.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH NCHAT "1" "November 2024" "nchat 5.4.2" "User Commands"
.TH NCHAT "1" "January 2025" "nchat 5.5.1" "User Commands"
.SH NAME
nchat \- ncurses chat
.SH SYNOPSIS
Expand Down Expand Up @@ -187,6 +187,6 @@ Written by Kristofer Berggren.
.SH "REPORTING BUGS"
Report bugs at https://github.com/d99kris/nchat
.SH COPYRIGHT
Copyright \(co 2019\-2024 Kristofer Berggren
Copyright \(co 2019\-2025 Kristofer Berggren
.PP
nchat is distributed under the MIT license.

0 comments on commit 7abc3b3

Please sign in to comment.