Skip to content

Commit

Permalink
Bump version number and year
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo F committed Feb 7, 2024
1 parent 4ea74cf commit d9c43d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions misc/rpm/rpm-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Z.- For testing with "dev" branch. Install "git" on step "1" and replace step "2

dnf -y install git
cd ~
git clone -b dev --depth=1 https://github.com/rfmoz/tuptime.git tuptime-5.2.3
git clone -b dev --depth=1 https://github.com/rfmoz/tuptime.git tuptime-5.2.4
rpmdev-setuptree
cd ~/rpmbuild/SPECS/
cp ../../tuptime-5.2.3/misc/rpm/tuptime.spec .
tar -czvf ../SOURCES/5.2.3.tar.gz ../../tuptime-5.2.3
cp ../../tuptime-5.2.4/misc/rpm/tuptime.spec .
tar -czvf ../SOURCES/5.2.4.tar.gz ../../tuptime-5.2.4
rpmbuild -ba --target=noarch tuptime.spec
4 changes: 2 additions & 2 deletions misc/rpm/tuptime.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: tuptime
Version: 5.2.3
Release: 2%{?dist}
Version: 5.2.4
Release: 1%{?dist}
Summary: Report historical system real time

License: GPL-2.0-or-later
Expand Down
4 changes: 2 additions & 2 deletions src/man/tuptime.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'\" t
.TH TUPTIME 1 "Jan 2024" "5.2.3" "General Commands Manual"
.TH TUPTIME 1 "Jan 2024" "5.2.4" "General Commands Manual"

.SH NAME
tuptime \- Report historical and statistical real time of the system, preserving it between restarts. Total uptime.
Expand Down Expand Up @@ -245,7 +245,7 @@ Ricardo Fraile <r@rfmoz.eu>

.SH "COPYRIGHT"
.PP
Copyright (C) 2023 by Ricardo F. All Rights Reserved.
Copyright (C) 2024 by Ricardo F. All Rights Reserved.

This product is distributed in the hope that it will be useful, but
WITHOUT any warranty; without even the implied warranty of
Expand Down
4 changes: 2 additions & 2 deletions src/tuptime
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""tuptime - Report historical and statistical real time of the system,
preserving it between restarts"""
# Copyright (C) 2011-2023 - Ricardo F.
# Copyright (C) 2011-2024 - Ricardo F.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -24,7 +24,7 @@ from datetime import datetime

DB_FILE = '/var/lib/tuptime/tuptime.db'
DATETIME_FMT = '%X %x'
__version__ = '5.2.3'
__version__ = '5.2.4'

# Terminate gracefully when SIGPIPE signal is received.
try:
Expand Down
2 changes: 1 addition & 1 deletion tuptime-manual.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
----------------------
Tuptime Manual
----------------------
version 5.2.3
version 5.2.4
Ricardo F.
05/Jan/2024

Expand Down

0 comments on commit d9c43d1

Please sign in to comment.