mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Preparing release 3.0.4
This commit is contained in:
parent
8dacb2836c
commit
31a4a981e0
@ -26,7 +26,7 @@ import os
|
||||
|
||||
# CNIRevelator version
|
||||
verType = "alpha"
|
||||
version = [3, 0, 1]
|
||||
version = [3, 0, 4]
|
||||
verstring_full = "{}.{}.{} {}".format(version[0], version[1], version[2], verType)
|
||||
verstring = "{}.{}".format(version[0], version[1])
|
||||
debug = True
|
||||
|
Loading…
Reference in New Issue
Block a user