Skip to content

Commit 1c331b7

Browse files
committed
version for .0 release
1 parent 28376e2 commit 1c331b7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ install:
5555
- "python --version"
5656
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
5757

58-
# Upgrade to the latest version of pip to avoid it displaying warnings
59-
# about it being out of date.
58+
# keep old version of pip until pip install wheel is fixed
6059
- "pip install --disable-pip-version-check --user --upgrade pip==9.0.3"
6160
- "pip install wheel"
6261

include/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#define OSCARS_VMAJOR 2
55
#define OSCARS_VMINOR 1
66
#define OSCARS_REVISION 0
7-
#define OSCARS_RELEASE "dev15"
7+
#define OSCARS_RELEASE NULL
88

99
#endif

0 commit comments

Comments
 (0)