CCIA Variable Fax Stamp Text (#17444)

Allows CCIA to use a customizable Test for the "This paper has been stamped..."-Text on the faxes.

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Werner
2023-09-28 21:08:50 +02:00
committed by GitHub
parent 67b0c60247
commit 6225927765
3 changed files with 52 additions and 6 deletions

View File

@@ -12,8 +12,8 @@
var/versionstring = null
//The Version Number follows SemVer http://semver.org/
version["major"] = 3 //Major Version Number --> Increment when implementing breaking changes
version["minor"] = 0 //Minor Version Number --> Increment when adding features
version["patch"] = 1 //Patchlevel --> Increment when fixing bugs
version["minor"] = 1 //Minor Version Number --> Increment when adding features
version["patch"] = 0 //Patchlevel --> Increment when fixing bugs
versionstring = "[version["major"]].[version["minor"]].[version["patch"]]"