Change version in about window and installer name (#2570)

* Change version in about window and installer name

* Change version in about window and installer name

* Cmake get version updates

* dev snapshot format changed

* alignment changes
This commit is contained in:
ctrlaltca
2017-04-20 13:41:18 +02:00
committed by GitHub
parent 5f3a3f535a
commit 3356b2ede7
5 changed files with 202 additions and 25 deletions

View File

@@ -236,7 +236,7 @@ upstream - git@github.com:Cockatrice/Cockatrice.git
$COCKATRICE_REPO - /Location/of/repository/cockatrice.git
$TAG_NAME
- If full release, YYYY-MM-DD-Release-MAJ.MIN.PATCH
- If dev snapshot, cockatrice-MAJ.MIN.PATCH-beta###
- If dev snapshot, YYYY-MM-DD-Development-MAJ.MIN.PATCH-betaXYZ
- MAJ.MIN.PATCH will be the NEXT release version
```