mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 15:17:18 -04:00
Add 2024 to copyright duration, split changelog archive for 2024
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
version=$(head -n1 extra/changelog-archive/2023 | cut -c8-)
|
||||
version=$(head -n1 extra/changelog-archive/2024 | cut -c8-)
|
||||
if [ -z "$2" ]; then
|
||||
revision=1
|
||||
else
|
||||
@@ -135,7 +135,7 @@ licenses {
|
||||
\"GNU GPL v3\"
|
||||
}
|
||||
copyrights {
|
||||
\"2021-2023 Randall Winkhart\"
|
||||
\"2021-2024 Randall Winkhart\"
|
||||
}
|
||||
provides {
|
||||
sshyp_client = "$version"
|
||||
|
||||
Reference in New Issue
Block a user