Skip to content

Commit d75b0d4

Browse files
committed
update copyright year
1 parent c6ffa8b commit d75b0d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

res/namp.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH NAMP "1" "January 2024" "namp v2.39" "User Commands"
2+
.TH NAMP "1" "January 2024" "namp v2.40" "User Commands"
33
.SH NAME
44
namp \- audio player
55
.SH SYNOPSIS
@@ -93,7 +93,7 @@ Written by Kristofer Berggren.
9393
.SH "REPORTING BUGS"
9494
Report bugs at https://github.com/d99kris/namp/
9595
.SH COPYRIGHT
96-
Copyright \(co 2015\-2023 Kristofer Berggren
96+
Copyright \(co 2015\-2024 Kristofer Berggren
9797
.br
9898
This is free software; see the source for copying
9999
conditions. There is NO warranty; not even for

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static void ShowVersion()
272272
std::cout <<
273273
"namp v" VERSION "\n"
274274
"\n"
275-
"Copyright (C) 2015-2023 Kristofer Berggren\n"
275+
"Copyright (C) 2015-2024 Kristofer Berggren\n"
276276
"This is free software; see the source for copying\n"
277277
"conditions. There is NO warranty; not even for\n"
278278
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
#pragma once
1010

11-
#define VERSION "2.39"
11+
#define VERSION "2.40"

0 commit comments

Comments
 (0)