Skip to content

Commit

Permalink
version for .0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhidas committed May 1, 2018
1 parent 28376e2 commit 1c331b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

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

Expand Down
2 changes: 1 addition & 1 deletion include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#define OSCARS_VMAJOR 2
#define OSCARS_VMINOR 1
#define OSCARS_REVISION 0
#define OSCARS_RELEASE "dev15"
#define OSCARS_RELEASE NULL

#endif

0 comments on commit 1c331b7

Please sign in to comment.