adjust version strings

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-06-27 18:33:58 +02:00
parent ae4610a742
commit e6de3828d3
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
#
# Exit Codes:
# - 0 success (hopefully)

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# this has to run once atfer git clone
# and every time we create new hooks
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
# magic to ensure that we're always inside the root of our application,
# no matter from which directory we'll run script

View File

@ -5,7 +5,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
# will be automatically sourced from bashbot

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
# common variables
export TESTME DIRME TESTDIR LOGFILE REFDIR TESTNAME

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
# include common functions and definitions
# shellcheck source=test/ALL-tests.inc.sh

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#### $$VERSION$$ v0.98-pre2-8-ga656533
#### $$VERSION$$ v0.98-pre2-10-gae4610a
# include common functions and definitions
# shellcheck source=test/ALL-tests.inc.sh