Franck Pommereau

version 17031(cat VERSION)

Showing 1 changed file with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ all:
nextver:
git diff-index --quiet HEAD --
python version.py next
git commit -a -m "version $$(var VERSION)"
git commit -a -m "version $$(cat VERSION)"
git tag -a version-$$(cat VERSION) -m "version $$(cat VERSION)"
version:
......