Fetch version number from changelog-archive

Former-commit-id: 017777ce0ce4bc51e5f8cc08c581501c6d9dc3db
Former-commit-id: ec36ca51fcadf38b8dea519b0fff5f80ee54ac32
This commit is contained in:
2023-05-10 14:10:27 -04:00
parent 8062dad78d
commit 64e56fb871
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
version=$(sed -n '1{p;q}' share/doc/sshyp/changelog | cut -c8-)
version=$(sed -n '1{p;q}' extra/changelog-archive/2023 | cut -c8-)
if [ -z "$2" ]; then
revision=1
else