-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bcf611
commit e5248db
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
recursive-include src *.c *.h *.java | ||
recursive-include tests *.py | ||
recursive-include javadoc *.html *.css *.gif | ||
recursive-include src *.c *.h *.java *.txt *.py | ||
recursive-include commands *.py | ||
include ChangeLog | ||
recursive-include release_notes *.rst | ||
include src/main/scripts/* | ||
include src/test/python/lib/*.jar | ||
include LICENSE | ||
include AUTHORS | ||
include runtests.py | ||
include README.rst | ||
include src/jep/classlist_*.txt | ||
include src/scripts/jep.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,5 @@ | |
# distribution. | ||
# | ||
|
||
__VERSION__ = '3.8.0' | ||
__VERSION__ = '3.8.1' | ||
VERSION = __VERSION__ |