Skip to content

Commit d5cff18

Browse files
committed
Bump version, add MT flag
1 parent bed79f6 commit d5cff18

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

libjpeg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44

55

6-
__version__ = '1.0.0.dev0'
6+
__version__ = '1.0.0.dev1'
77

88

99
VERSION_PATTERN = r"""

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def get_mscv_args():
4646
'/GF-', # Disable string pooling
4747
'/GR', # Enable run-time type info
4848
'/RTC1', # Enable run-time error checking
49+
'/MT', # Create multithreading executable
4950
# /D defines constants and macros
5051
'/D_UNICODE',
5152
'/DUNICODE',

0 commit comments

Comments
 (0)