Skip to content

Commit 4e71565

Browse files
committed
Use just python35.dll instead of full path
This change is in the instructions to build the PyQt5 Designer plugin so no apparent changes in this code.
1 parent d131ad3 commit 4e71565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'.'.join([str(v) for v in version_numbers])
6363
+ status.prerelease_suffix
6464
# TODO: this is totally cheating, revisit the revision scheme
65-
+ '2'# prerelease_str
65+
+ '3'# prerelease_str
6666
)
6767

6868
directories = [

0 commit comments

Comments
 (0)