mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
#21 fixed in previous revision. Version bump.
This commit is contained in:
parent
0ca3a7861f
commit
8cce505c40
@ -37,7 +37,7 @@ You may have to adjust the GROUP and the location of the rules file to
|
||||
suit your distribution.
|
||||
"""
|
||||
|
||||
__version__ = "0.3.4"
|
||||
__version__ = "0.3.5"
|
||||
__docformat__ = "epytext"
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
@ -29,7 +29,7 @@ elif isosx:
|
||||
_libusb_name = 'libusb.dylib'
|
||||
_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
|
||||
if iswindows:
|
||||
PATH_MAX = 511
|
||||
|
Loading…
x
Reference in New Issue
Block a user