Prepare for 2.4.1 release

Update the version string in the project and manpages.
This commit is contained in:
Jeremy Stanley
2020-08-30 18:08:25 +00:00
parent 4b17a82e15
commit 038e2d65a3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
.TH weather 1 "2020\-06\-21" "2.4" \" -*- nroff -*-
.TH weather 1 "2020\-08\-23" "2.4.1" \" -*- nroff -*-
\" Copyright (c) 2006-2020 Jeremy Stanley <fungi@yuggoth.org>.
\" Permission to use, copy, modify, and distribute this software is
\" granted under terms provided in the LICENSE file distributed with

View File

@@ -6,7 +6,7 @@ weather_copyright = """\
# provided in the LICENSE file distributed with this software.
#"""
weather_version = "2.4"
weather_version = "2.4.1"
radian_to_km = 6372.795484
radian_to_mi = 3959.871528

View File

@@ -1,4 +1,4 @@
.TH weatherrc 5 "2020\-06\-21" "2.4" \" -*- nroff -*-
.TH weatherrc 5 "2020\-08\-23" "2.4.1" \" -*- nroff -*-
\" Copyright (c) 2006-2020 Jeremy Stanley <fungi@yuggoth.org>.
\" Permission to use, copy, modify, and distribute this software is
\" granted under terms provided in the LICENSE file distributed with