Version numbers updating
This commit is contained in:
parent
f7618bccec
commit
30b15b6243
2 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Pesterchum 3.14
|
||||
Pesterchum 3.41
|
||||
===============
|
||||
|
||||
Visit http://nova.xzibition.com/~illuminatedwax/help.html for tutorial.
|
||||
|
@ -7,7 +7,7 @@ Visit https://github.com/illuminatedwax/pesterchum for git access and source cod
|
|||
|
||||
CHANGELOG
|
||||
---------
|
||||
### 3.14.2
|
||||
### 3.41
|
||||
* Individually turn quirks on and off - Kiooeht [evacipatedBox]
|
||||
* More canon trollian theme timeline indicators - [binaryCabalist]
|
||||
* By mood chum sorting - Kiooeht [evacipatedBox]
|
||||
|
|
|
@ -2,7 +2,11 @@ import urllib
|
|||
import re
|
||||
import time
|
||||
|
||||
USER_TYPE = "dev"
|
||||
USER_TYPE = "edge"
|
||||
# user - for normal people
|
||||
# beta - for the original beta testers
|
||||
# dev - used to be for git users, now it's anyone with the 3.41 beta
|
||||
# edge - new git stuff. bleeding edge, do not try at home (kiooeht version)
|
||||
|
||||
_pcMajor = "3.41"
|
||||
_pcMinor = "0"
|
||||
|
|
Loading…
Reference in a new issue