Bump version after 4.2.8p3 import.

Note: currently 'mkver' script is using hardcoded knowledge and always
emits -a in the version string, a more through solution would be to generate
the script with something that we own.
This commit is contained in:
delphij 2015-07-12 23:32:23 +00:00
parent e657e72f8d
commit 05fed0489a

View File

@ -6,7 +6,7 @@ PROG=${1-UNKNOWN}
ConfStr="$PROG"
ConfStr="$ConfStr 4.2.8p2"
ConfStr="$ConfStr 4.2.8p3"
case "$CSET" in
'') ;;