diff --git a/META b/META
index 601b409dda5f78bfe673e6e23cf00bf8225de226..2db9b8f349cf745d2ace699d47bbdbab6f98d174 100644
--- a/META
+++ b/META
@@ -12,6 +12,6 @@
   Micro:        5
   Version:	1.3.5
   Release:	1
-  API_CURRENT:	14
-  API_AGE:	1
+  API_CURRENT:	13
+  API_AGE:	0
   API_REVISION:	0
diff --git a/NEWS b/NEWS
index c6869fce16e9fadee9ed7aadd9a605757d2eb27f..77739acbc82b0037e20b18c6e84a8a4e1500d8e1 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ documents those changes that are of interest to users and admins.
 ========================
  -- Add new function to get information for a single job rather than always
     getting information for all jobs. Improved performance of some commands. 
-    NOTE: Change in RPC means all nodes in the cluster should be updated 
-    at the same time.
+    NOTE: This new RPC means that the slurmctld daemons should be updated
+    before or at the same time as the compute nodes in order to process it.
  -- In salloc, sbatch, and srun replace --task-mem options with --mem-per-cpu
     (--task-mem will continue to be accepted for now, but is not documented).
     Replace DefMemPerTask and MaxMemPerTask with DefMemPerCPU, DefMemPerNode,