X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=version.sh;fp=version.sh;h=c7153d54822f8e7b58e2359b859cf2aef049d06d;hp=0000000000000000000000000000000000000000;hb=28de312cd6c2d32822e2b2ce793abbdf2ae640dc;hpb=d76f0f57f7dff9b25c83b5c90608a921f72fe984 diff --git a/version.sh b/version.sh new file mode 100755 index 0000000..c7153d5 --- /dev/null +++ b/version.sh @@ -0,0 +1,19 @@ +# Copyright (C) 2019 Jason Self +# +# This file is part of skeinsum. +# +# skeinsum is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# skeinsum is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with skeinsum. If not, see . + +commit_count=$(git rev-list HEAD --count) +echo "$commit_count" \ No newline at end of file