We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b799afc commit 92cdd91Copy full SHA for 92cdd91
1 file changed
src/api/genver.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-rev=$(hg identify -n || git log --format=format:%h HEAD^! || echo unknown)
+rev=$(git log --format=format:%h HEAD^! || echo unknown)
3
year=$(date "+%Y")
4
echo "let version=\"revision ${rev}\"" > version.ml
5
echo "let copyright=\"Copyright 2010-${year} Codinuum Software Lab <codinuum@me.com>\"" >> version.ml
0 commit comments