[education/rkward] /: Bump version in master

Thomas Friedrichsmeier null at kde.org
Tue Apr 14 07:27:35 BST 2026


Git commit 2d0fcafee08c89dd2ddf1a813d83b4a46f152c51 by Thomas Friedrichsmeier.
Committed on 14/04/2026 at 06:27.
Pushed by tfry into branch 'master'.

Bump version in master

M  +3    -0    ChangeLog
M  +1    -1    VERSION.cmake
M  +1    -1    rkward/plugins/analysis.pluginmap
M  +1    -1    rkward/plugins/data.pluginmap
M  +1    -1    rkward/plugins/distributions.pluginmap
M  +1    -1    rkward/plugins/embedded.pluginmap
M  +1    -1    rkward/plugins/import_export.pluginmap
M  +1    -1    rkward/plugins/irt.pluginmap
M  +1    -1    rkward/plugins/menu.pluginmap
M  +1    -1    rkward/plugins/plots.pluginmap
M  +1    -1    rkward/plugins/pluginmap_meta.inc
M  +1    -1    rkward/plugins/under_development.pluginmap
M  +1    -1    rkward/plugins/x11device.pluginmap
M  +1    -1    rkward/rbackend/rpackages/rkward/DESCRIPTION

https://invent.kde.org/education/rkward/-/commit/2d0fcafee08c89dd2ddf1a813d83b4a46f152c51

diff --git a/ChangeLog b/ChangeLog
index e0d767284..b27b93c52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+--- Version 0.8.4 - UNRELEASED
+
+
 --- Version 0.8.3 - Apr-24-2026
 - Fixed: Remove obsolete dep# on dbus
 - Added: Allow to define custom script preview modes (rk.register.script.preview()))
diff --git a/VERSION.cmake b/VERSION.cmake
index d1308a1db..1ab50e541 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 # DO NOT CHANGE THIS FILE MANUALLY!
 # It will be overwritten by scripts/set_dist_version.sh
-SET(RKVERSION_NUMBER 0.8.3)
+SET(RKVERSION_NUMBER 0.8.3z+0.8.4+devel1)
diff --git a/rkward/plugins/analysis.pluginmap b/rkward/plugins/analysis.pluginmap
index 479dbf718..d07f07690 100644
--- a/rkward/plugins/analysis.pluginmap
+++ b/rkward/plugins/analysis.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Analysis"
 		shortinfo="Assorted plugins for univariate and multivariate data analysis. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/data.pluginmap b/rkward/plugins/data.pluginmap
index 417f5ef83..866563e21 100644
--- a/rkward/plugins/data.pluginmap
+++ b/rkward/plugins/data.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Data transformation and conversion"
 		shortinfo="Plugins for transforming, subsetting, recoding, etc. of data. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/distributions.pluginmap b/rkward/plugins/distributions.pluginmap
index 602199e59..1d76ed004 100644
--- a/rkward/plugins/distributions.pluginmap
+++ b/rkward/plugins/distributions.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Distributions"
 		shortinfo="Distribution functions, plots, tests of (normal) distribution, central limit theorem. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/embedded.pluginmap b/rkward/plugins/embedded.pluginmap
index b629eba8f..ea895ec43 100644
--- a/rkward/plugins/embedded.pluginmap
+++ b/rkward/plugins/embedded.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Embedded plugins"
 		shortinfo="Not for direct use: Utility plugins that can be included by other plugins. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/import_export.pluginmap b/rkward/plugins/import_export.pluginmap
index c475e8641..0a5d7e6ea 100644
--- a/rkward/plugins/import_export.pluginmap
+++ b/rkward/plugins/import_export.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Data Import and Export"
 		shortinfo="Plugins for reading and writing data in various formats. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/irt.pluginmap b/rkward/plugins/irt.pluginmap
index 558d9d82e..c8da62a38 100644
--- a/rkward/plugins/irt.pluginmap
+++ b/rkward/plugins/irt.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Item Response Theory"
 		shortinfo="Item Response Theory Plugins. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/menu.pluginmap b/rkward/plugins/menu.pluginmap
index e12d7d86b..d54e8e72c 100644
--- a/rkward/plugins/menu.pluginmap
+++ b/rkward/plugins/menu.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Menu structure definition"
 		shortinfo="Not for direct use: Defines the names and order of top level menus. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/plots.pluginmap b/rkward/plugins/plots.pluginmap
index c742e813e..52959622e 100644
--- a/rkward/plugins/plots.pluginmap
+++ b/rkward/plugins/plots.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Plots"
 		shortinfo="Plugins for producing various plots. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/pluginmap_meta.inc b/rkward/plugins/pluginmap_meta.inc
index 0846c574e..f47c956e6 100644
--- a/rkward/plugins/pluginmap_meta.inc
+++ b/rkward/plugins/pluginmap_meta.inc
@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 		</snippet>
 		<snippet id="rkward_version_guard">
 			<!-- Guard against accidental inclusion of pluginmaps in a different installed version of RKWard -->
-			<dependencies rkward_min_version="0.8.3" rkward_max_version="0.8.3y" />
+			<dependencies rkward_min_version="0.8.3z" rkward_max_version="0.8.4y" />
 		</snippet>
 	</snippets>
 </document>
diff --git a/rkward/plugins/under_development.pluginmap b/rkward/plugins/under_development.pluginmap
index 0a0854897..93145b0ec 100644
--- a/rkward/plugins/under_development.pluginmap
+++ b/rkward/plugins/under_development.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Plugins under development"
 		shortinfo="Plugins that are under development, experimental, or meant for testing, only. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/x11device.pluginmap b/rkward/plugins/x11device.pluginmap
index ea1e0eca9..a09a97321 100644
--- a/rkward/plugins/x11device.pluginmap
+++ b/rkward/plugins/x11device.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Graphics Device add-ons"
 		shortinfo="Plugins for use in graphics device (e.g. X11()) windows. Part of the official RKWard distribution"
-		version="0.8.3"
+		version="0.8.4"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/rbackend/rpackages/rkward/DESCRIPTION b/rkward/rbackend/rpackages/rkward/DESCRIPTION
index 1c49d9ec9..4e4fddb49 100755
--- a/rkward/rbackend/rpackages/rkward/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkward/DESCRIPTION
@@ -14,7 +14,7 @@ Encoding: UTF-8
 LazyLoad: yes
 Authors at R: c(person(given="Thomas", family="Friedrichsmeier", email="thomas.friedrichsmeier at kdemail.net", role=c("aut")), person(given="the RKWard", family="team",
                     email="rkward at kde.org", role=c("cre","aut")))
-Version: 0.8.3
+Version: 0.8.4
 Date: 2026-04-14
 RoxygenNote: 7.3.3
 Collate: 


More information about the rkward-tracker mailing list