diff options
Diffstat (limited to 'source/installer/installer.SlackBuild')
-rwxr-xr-x | source/installer/installer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/installer/installer.SlackBuild b/source/installer/installer.SlackBuild index 955dcdb0..c0040b00 100755 --- a/source/installer/installer.SlackBuild +++ b/source/installer/installer.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2018, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) -INSTALLERVERSION=${INSTALLERVERSION:-"15.0"} +INSTALLERVERSION=${INSTALLERVERSION:-"15.1"} TMP=${TMP:-/tmp} # Automatically determine the architecture we're building on: |