Skip to content
Snippets Groups Projects
Commit 4c9782f7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Put the full version number into Manual.txt

I'll want to generate a version-specific one on release, and want
to ensure it's consistent.
parent 67e3d702
Branches
Tags
No related merge requests found
:experimental:
= SyncTERM v1.2 Manual
= SyncTERM v1.2b Manual
Stephen Hurd <shurd@sasktel.net>
:toc:
......
......@@ -61,7 +61,7 @@ perl -pgi -e "s|(<key>CFBundleShortVersionString</key>.+?<string>)[^<]+(?=</stri
perl -pgi -e "s|(<key>CFBundleVersion</key>.+?<string>)[^<]+(?=</string>)|\$1.'${NUMERIC}'|ges" Info.plist
# Manual.txt
perl -pi -e "s/(?<=SyncTERM v)[0-9.a-z]+/${NUMERIC}/g" Manual.txt
perl -pi -e "s/(?<=SyncTERM v)[0-9.a-z]+/${VERSTR}/g" Manual.txt
# dpkg-control.in
perl -pi -e "s/(?<=^Version: ).*$/${VERSTR}/g" dpkg-control.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment