Skip to content

Commit

Permalink
Update version.lisp-expr with a development version after releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed May 6, 2012
1 parent 4258d9c commit ca7c38c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/release.sh
Expand Up @@ -150,3 +150,9 @@ make -C doc upload-docs

echo "Pushing changes..."
git push --tags origin master

DEV_VERSION="${VERSION}.99"
echo "Updating ${VERSION_EXPR_FILE} with new development version: ${DEV_VERSION}"
echo -e ";; -*- lisp -*-\n\"${DEV_VERSION}\"" > ${VERSION_EXPR_FILE}

echo "Let the next cycle begin !"

0 comments on commit ca7c38c

Please sign in to comment.