diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about.rst | 4 | ||||
-rw-r--r-- | docs/gettingstarted/installing/centos.rst | 2 | ||||
-rw-r--r-- | docs/gettingstarted/installing/ubuntu.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/about.rst b/docs/about.rst index 272df4979a5..b6a5918f18c 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -4,6 +4,6 @@ About ===== -**VPP Version:** 19.04-rc0~219-g7d139ad +**VPP Version:** 19.04-rc0~276-g3bce8eb -**Built on:** Wed Feb 20 16:18:46 GMT 2019 +**Built on:** Tue Feb 26 14:00:03 GMT 2019 diff --git a/docs/gettingstarted/installing/centos.rst b/docs/gettingstarted/installing/centos.rst index d4980070b4f..88691a238ff 100644 --- a/docs/gettingstarted/installing/centos.rst +++ b/docs/gettingstarted/installing/centos.rst @@ -143,7 +143,7 @@ needed: .. code-block:: console - $ sudo yum install vpp-plugins vpp-ext-deps vpp-devel vpp-api-python vpp-api-lua vpp-api-java vpp-debuginfo vpp-devel libvpp0 + $ sudo yum install vpp-plugins vpp-devel vpp-api-python vpp-api-lua vpp-api-java vpp-debuginfo vpp-devel libvpp0 Starting VPP ============ diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst index c8a98939e62..65fd5e21f00 100644 --- a/docs/gettingstarted/installing/ubuntu.rst +++ b/docs/gettingstarted/installing/ubuntu.rst @@ -87,7 +87,7 @@ For the master packages: .. code-block:: console - sudo apt-get install vpp-plugin-core vpp-ext-deps vpp-api-python vpp-dbg vpp-dev vpp-plugin-dpdk + sudo apt-get install vpp-plugin-core vpp-api-python vpp-dbg vpp-dev vpp-plugin-dpdk Uninstall the Packages ====================== |