Declaring as 3.41.4 Alpha. I'll start branching this properly later.
This commit is contained in:
parent
63c684c291
commit
c502a441cd
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ except:
|
||||||
import zipfile
|
import zipfile
|
||||||
import os, sys, shutil
|
import os, sys, shutil
|
||||||
|
|
||||||
USER_TYPE = "user"
|
USER_TYPE = "dev"
|
||||||
# user - for normal people
|
# user - for normal people
|
||||||
# beta - for the original beta testers
|
# beta - for the original beta testers
|
||||||
# dev - used to be for git users, now it's anyone with the 3.41 beta
|
# dev - used to be for git users, now it's anyone with the 3.41 beta
|
||||||
|
@ -26,8 +26,8 @@ elif OS_TYPE == "darwin":
|
||||||
OS_TYPE = "mac"
|
OS_TYPE = "mac"
|
||||||
|
|
||||||
_pcMajor = "3.41"
|
_pcMajor = "3.41"
|
||||||
_pcMinor = "3"
|
_pcMinor = "4"
|
||||||
_pcStatus = "" # A = alpha
|
_pcStatus = "A" # A = alpha
|
||||||
# B = beta
|
# B = beta
|
||||||
# RC = release candidate
|
# RC = release candidate
|
||||||
# None = public release
|
# None = public release
|
||||||
|
|
Loading…
Reference in a new issue