diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-23 23:04:51 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-23 23:04:51 +0100 |
commit | ac2993928f71206937a182ac7438dd66e942582b (patch) | |
tree | 3d7930c31001675d3da66262d1f8477c0712b3a2 | |
parent | 3c2e602ec188b3ae851c68c9be1cf7e16f92f3fd (diff) | |
download | ktown-ac2993928f71206937a182ac7438dd66e942582b.tar.gz ktown-ac2993928f71206937a182ac7438dd66e942582b.tar.xz |
Prepare for the KDE 5_16.02 release for Slackware.
-rw-r--r-- | kde/KDE.options | 2 | ||||
-rwxr-xr-x | kdei/kde-l10n/kde-l10n.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kde/KDE.options b/kde/KDE.options index cfcbb71..68e2e5f 100644 --- a/kde/KDE.options +++ b/kde/KDE.options @@ -3,7 +3,7 @@ # usually has a different version number), or by setting your own # environment variables. -[ -z $VERSION ] && export VERSION=5.5.3 +[ -z $VERSION ] && export VERSION=5.5.4 [ -z $BUILD ] && export BUILD=1 # Automatically determine the architecture we're building on: diff --git a/kdei/kde-l10n/kde-l10n.SlackBuild b/kdei/kde-l10n/kde-l10n.SlackBuild index 0e6e94c..d90e5af 100755 --- a/kdei/kde-l10n/kde-l10n.SlackBuild +++ b/kdei/kde-l10n/kde-l10n.SlackBuild @@ -35,7 +35,7 @@ if [ ! -r ./languages ]; then done fi -[ -z $VERSION ] && export VERSION=15.12.1 +[ -z $VERSION ] && export VERSION=15.12.2 [ -z $ARCH ] && export ARCH=noarch [ -z $BUILD ] && export BUILD=1 |