Skip to content

Commit

Permalink
Making master branch be main release branch (http://nvie.com/posts/a-…
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Mar 27, 2015
2 parents eb5408b + 45a706d commit 58996a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES_since_1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1.0.1 - 20141111
----------------
* Add note about support for GCNF to README
* Include .gcnf test files in distribution

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev
1.0.1
2 changes: 1 addition & 1 deletion mkdist.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# gather "whitelist" of files to include
marco_files="*.py muser2-static README VERSION"
marco_files="*.py muser2-static README CHANGES* VERSION"
if [ $# -lt 2 -o "$2" != "notest" ] ; then
test_files="tests/*.cnf tests/*.gcnf tests/*.smt2 tests/*.gz tests/*.py tests/out/*/*"
fi
Expand Down

0 comments on commit 58996a0

Please sign in to comment.