Version numbers updating

This commit is contained in:
Kiooeht 2011-06-26 21:56:29 -07:00
parent f7618bccec
commit 30b15b6243
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Pesterchum 3.14 Pesterchum 3.41
=============== ===============
Visit http://nova.xzibition.com/~illuminatedwax/help.html for tutorial. 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 CHANGELOG
--------- ---------
### 3.14.2 ### 3.41
* Individually turn quirks on and off - Kiooeht [evacipatedBox] * Individually turn quirks on and off - Kiooeht [evacipatedBox]
* More canon trollian theme timeline indicators - [binaryCabalist] * More canon trollian theme timeline indicators - [binaryCabalist]
* By mood chum sorting - Kiooeht [evacipatedBox] * By mood chum sorting - Kiooeht [evacipatedBox]

View file

@ -2,7 +2,11 @@ import urllib
import re import re
import time 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" _pcMajor = "3.41"
_pcMinor = "0" _pcMinor = "0"