Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
63256102
Commit
63256102
authored
Mar 28, 2015
by
Kim Nguyễn
Browse files
Put the git commit in the cduce version string.
parent
f4b661e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
63256102
...
...
@@ -36,8 +36,12 @@ else
endif
GIT_COMMIT
=
$(
shell
test
-x
"
$$
(which git
)
"
&&
git rev-parse
--short
HEAD
)
GIT_VERSION
=
$(
subst
-devel
,-devel-
$(GIT_COMMIT)
,
$(VERSION)
)
SYNTAX
=
-I
misc/ q_symbol.cmo
\
-symbol
cduce_version
=
\"
$(VERSION)
\"
\
-symbol
cduce_version
=
\"
$(
GIT_
VERSION)
\"
\
-symbol
build_date
=
\"
$(
shell
date
+%Y-%m-%d
)
\"
\
-symbol
session_dir
=
\"
$(SESSION_DIR)
\"
\
-loc
"_loc"
...
...
VERSION
View file @
63256102
VERSION=1.0.0-
alpha
VERSION=1.0.0-
devel
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment