commit: 824b80d5bd47747e1b5dad5fbe63468a789c45e8
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 20:26:53 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 20:29:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=824b80d5
Documentation: Update default category in bump script
Documentation/maintainers/bump_new_revision.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/maintainers/bump_new_revision.sh
b/Documentation/maintainers/bump_new_revision.sh
index 0b6434f..dee70c6 100755
--- a/Documentation/maintainers/bump_new_revision.sh
+++ b/Documentation/maintainers/bump_new_revision.sh
@@ -198,7 +198,7 @@ BUMP_VERSION=
SET=
DIR=
OUTPUT_DIR=
-CATEGORY="kde-base"
+CATEGORY="kde-apps"
while getopts a:s:v:b:l:p:o:c: arg ; do
case ${arg} in
a) OPERATION=${OPTARG} ;;