Skip to content

Commit

Permalink
Update version number to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinb committed Feb 4, 2014
1 parent 524f27f commit b45f766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion idris.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: idris
Version: 0.9.10.1
Version: 0.9.11
License: BSD3
License-file: LICENSE
Author: Edwin Brady
Expand Down
6 changes: 3 additions & 3 deletions mkpkg.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh

VERSION=$1

echo "Building version-$VERSION\n\n"
echo "Have you: set the release flag, checked the demos and the tutorial?"
read $foo

git tag version-$VERSION -a

VERSION=$1
git tag v$VERSION -a

cabal sdist

Expand Down

0 comments on commit b45f766

Please sign in to comment.