Skip to content

Commit

Permalink
- 0.0.2rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed Oct 30, 2007
1 parent 27ccb01 commit d323a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lang/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def get(self, label, tryuser = True, trylocal = True, tryenglish = True, giveerr
if (label == 'version'):
return version_id
if (label == 'build'):
return "Build 5928"
return "Build 5990"
if (label == 'build_date'):
return "Oct 26, 2007"
return "Oct 30, 2007"

# see if it exists in 'user.lang'
if tryuser:
Expand Down

0 comments on commit d323a02

Please sign in to comment.