Skip to content

Commit 92cdd91

Browse files
committed
fix
1 parent b799afc commit 92cdd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/genver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
rev=$(hg identify -n || git log --format=format:%h HEAD^! || echo unknown)
2+
rev=$(git log --format=format:%h HEAD^! || echo unknown)
33
year=$(date "+%Y")
44
echo "let version=\"revision ${rev}\"" > version.ml
55
echo "let copyright=\"Copyright 2010-${year} Codinuum Software Lab <codinuum@me.com>\"" >> version.ml

0 commit comments

Comments
 (0)