diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md
index 074c3730..36c1f0ab 100644
--- a/_includes/devdoc/ref_p2p_networking.md
+++ b/_includes/devdoc/ref_p2p_networking.md
@@ -64,10 +64,12 @@ with the most recent versions listed first. (If you know of a protocol
version that implemented a major change but which is not listed here,
please [open an issue][docs issue].)
-As of Bitcoin Core 0.12.0, the most recent protocol version is 70012.
+As of Bitcoin Core 0.13.0, the most recent protocol version is 70014.
| Version | Initial Release | Major Changes
|---------|------------------------------------|--------------
+| 70014 | Bitcoin Core 0.13.0
| [BIP152][]:
• Added `sendcmpct`, `cmpctblock`, `getblocktxn`, `blocktxn` messages
* Added `MSG_CMPCT_BLOCK` inventory type to `getdata` message.
+| 70013 | Bitcoin Core 0.13.0
| [BIP133][]:
• Added `feefilter` message
| 70012 | Bitcoin Core 0.12.0
| [BIP130][]:
• Added `sendheaders` message
| 70002 | Bitcoin Core 0.9.0
(Mar 2014) | • Send multiple `inv` messages in response to a `mempool` message if necessary
[BIP61][]:
• Added `reject` message
| 70001 | Bitcoin Core 0.8.0
(Feb 2013) | • Added `notfound` message.
[BIP37][]:
• Added `filterload` message.
• Added `filteradd` message.
• Added `filterclear` message.
• Added `merkleblock` message.
• Added relay field to `version` message
• Added `MSG_FILTERED_BLOCK` inventory type to `getdata` message.
diff --git a/_includes/references.md b/_includes/references.md
index 2f81fa8a..9ce26ee8 100644
--- a/_includes/references.md
+++ b/_includes/references.md
@@ -289,6 +289,8 @@ http://opensource.org/licenses/MIT.
[BIP71]: https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki
[BIP72]: https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki
[BIP130]: https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki
+[BIP133]: https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki
+[BIP152]: https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki
[CVE-2012-2459]: https://en.bitcoin.it/wiki/CVEs#CVE-2012-2459
[RFC5737]: http://tools.ietf.org/html/rfc5737
[secp256k1]: http://www.secg.org/sec2-v2.pdf