Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 13, 2018
1 parent d6c9b60 commit e6dbaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_modules(THIRD_PARTY, INTERNAL, PROJ_PATH,
else:
libraries.append(ICU_UNIX)
includes.append(ICU_UNIX)
link_args.append('-L' + ICU_WIN32)
link_args.append('-L' + ICU_UNIX)

SQLITE_PRE = os.path.relpath(
os.path.join(SQLITE3, 'sqlite3.c.pre.c'), PROJ_PATH)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '0', '31')
__version_info__ = ('0', '0', '32')
__version__ = '.'.join(__version_info__)

0 comments on commit e6dbaa2

Please sign in to comment.