summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/ChangeLog3
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index 1fbe9ad..c0806d9 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,6 +1,7 @@
-For Next Release
+Sun Dec 2 06:46:33 UTC 2018
---------------
+ - 2.84.0_beta1
- Allow blacklisting of individual packages without collateral
damage (e.g. glibc ---> glibc-*). This changes the prior behavior
of the blacklist function; previously, adding "glibc" to the
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index 05ebc50..59eb21a 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-2.83.0}
+VERSION=${VERSION:-2.84.0_beta1}
ARCH="noarch"
BUILD=${BUILD:-1}