Update globs.py

This commit is contained in:
Adrien Bourmault 2019-07-09 14:29:16 +02:00 committed by GitHub
parent c538975fc7
commit 4d72b625c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -24,8 +24,13 @@
"""
import os
# CNIRevelator version
version = [3, 0, 0]
verstring_full = "{}.{}.{}".format(version[0], version[1], version[2])
verstring = "{}.{}".format(version[0], version[1])
CNIRTesserHash = '5b58db27f7bc08c58a2cb33d01533b034b067cf8'
CNIRFolder = os.getcwd()
CNIRLColor = "#006699"
CNIRName = "CNIRevelator Launcher 3"
CNIRName = "CNIRevelator {}".format(verstring)
CNIRCryptoKey = '82Xh!efX3#@P~2eG'