Use skeinVersion in help text
[skeinsum.git] / version.sh
1 # Copyright (C) 2019 Jason Self <j@jxself.org>
2 #
3 # This file is part of skeinsum.
4 #
5 # skeinsum is free software: you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # skeinsum is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with skeinsum. If not, see <http://www.gnu.org/licenses/>.
17
18 commit_count=$(git rev-list HEAD --count)
19 echo "$commit_count"