We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28376e2 commit 1c331b7Copy full SHA for 1c331b7
.appveyor.yml
@@ -55,8 +55,7 @@ install:
55
- "python --version"
56
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
57
58
- # Upgrade to the latest version of pip to avoid it displaying warnings
59
- # about it being out of date.
+ # keep old version of pip until pip install wheel is fixed
60
- "pip install --disable-pip-version-check --user --upgrade pip==9.0.3"
61
- "pip install wheel"
62
include/Version.h
@@ -4,6 +4,6 @@
4
#define OSCARS_VMAJOR 2
5
#define OSCARS_VMINOR 1
6
#define OSCARS_REVISION 0
7
-#define OSCARS_RELEASE "dev15"
+#define OSCARS_RELEASE NULL
8
9
#endif
0 commit comments