Index: applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- applications/editors/josm/plugins/reverter/build.xml	(revision 29662)
+++ applications/editors/josm/plugins/reverter/build.xml	(revision 29663)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="5874"/>
+    <property name="plugin.main.version" value="5956"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
===================================================================
--- applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java	(revision 29662)
+++ applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java	(revision 29663)
@@ -31,5 +31,5 @@
         if (created_by == null || "".equals(created_by)) {
             if (hasRevertions) {
-                tags.put("created_by", Version.getInstance().getAgentString() + ";" + pluginString);
+                tags.put("created_by", Version.getInstance().getAgentString(false) + ";" + pluginString);
                 ud.setDefaultChangesetTags(tags);
             }
