#21 fixed in previous revision. Version bump.

This commit is contained in:
Kovid Goyal 2007-01-16 22:06:39 +00:00
parent 0ca3a7861f
commit 8cce505c40
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ You may have to adjust the GROUP and the location of the rules file to
suit your distribution. suit your distribution.
""" """
__version__ = "0.3.4" __version__ = "0.3.5"
__docformat__ = "epytext" __docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"

View File

@ -29,7 +29,7 @@ elif isosx:
_libusb_name = 'libusb.dylib' _libusb_name = 'libusb.dylib'
_libusb = cdll.LoadLibrary(_libusb_name) _libusb = cdll.LoadLibrary(_libusb_name)
# TODO: Need to set this in a platform dependednt way (limits.h in linux) # TODO: Need to set this in a platform dependent way (limits.h in linux)
PATH_MAX = 4096 PATH_MAX = 4096
if iswindows: if iswindows:
PATH_MAX = 511 PATH_MAX = 511