Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
m0mchil committed Feb 8, 2012
1 parent 2213fd3 commit fa6915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poclbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def socketwrap(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0):
return sockobj
socket.socket = socketwrap

VERSION = '20110709'
VERSION = '20120205'

usage = "usage: %prog [OPTION]... SERVER[#tag]...\nSERVER is one or more [http[s]://]user:pass@host:port (required)\n[#tag] is a per SERVER user friendly name displayed in stats (optional)"
parser = OptionParser(version=VERSION, usage=usage)
Expand Down

0 comments on commit fa6915c

Please sign in to comment.