Skip to content
Snippets Groups Projects
Commit 64d7d4f4 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

remove the clutch in Makefile.version to generate git-based version number.

parent b91a4360
No related branches found
No related tags found
No related merge requests found
_build/
*.res
*.native
*.byte
*.rif
log
myocamlbuild.ml
setup.ml
setup.data
setup.log
version.tex
diff.diff
TAGS
configure
linux
*.docdir
*.mldylib
*.mllib
linux64/
*.cmt
Makefile.local
bin/
......@@ -3,10 +3,6 @@
SHA:=`git log -1 --pretty=format:"%h"`
COMMIT_NB:=`git log --pretty=oneline | wc -l`
# until the git repo is created
SHA:=0
COMMIT_NB:=0
VERSION:=1.0.$(COMMIT_NB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment