Imported Upstream version 3.2.1

This commit is contained in:
Mario Fetka
2017-11-02 09:55:48 +01:00
parent 02b430a86c
commit 52cbd1b45f
36 changed files with 2095 additions and 1811 deletions

View File

@@ -28,10 +28,10 @@ else
fi
# Current version number
CURRENTVERSION=3.1.1
CURRENTVERSION=3.2.1
# Last date
LASTDATE=2017-05-24
LASTDATE=2017-09-01
if [ "x$1" = "x" ]
then
@@ -41,6 +41,8 @@ then
echo "update version number and modification date in files."
echo "Use the \"newdate\" argument if you want to keep the current version"
echo "number and just update the modification date."
echo "When using \"newdate\" you can specify the release date with"
echo "a second argument in the form of YYYY-MM-DD."
echo ""
echo "Current version=$CURRENTVERSION"
echo "Current Modification date=$LASTDATE"