Skip to content
Snippets Groups Projects
Commit e3165b45 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

sh: Bump version to 1.20131229.git-HEAD

parent 24099436
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,12 @@ ...@@ -15,8 +15,12 @@
# This should always be the first line of code to facilitate debugging # This should always be the first line of code to facilitate debugging
[ -n "$VCSH_DEBUG" ] && set -vx [ -n "$VCSH_DEBUG" ] && set -vx
# If '.git-HEAD' is appended to the version, you are seeing an unreleased
# version of vcsh; the master branch is supposed to be clean at all times
# so you can most likely just use it nonetheless
VERSION='1.20131229.git-HEAD'
SELF=$(basename $0) SELF=$(basename $0)
VERSION='1.20131229'
fatal() { fatal() {
echo "$SELF: fatal: $1" >&2 echo "$SELF: fatal: $1" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment