From 8d8fa3136444d1f684cd14305a23f40c4e286639 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Sun, 11 Nov 2018 10:48:50 -0800 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4865bff..24ff93a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Diligent Engine is distributed under [Apache 2.0 license](License.txt) and is fr | MacOS | OpenGL4.1 (No compute shaders) | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](https://travis-ci.org/DiligentGraphics/DiligentEngine) | | iOS | OpenGLES3.0 (vertex and fragment shaders only) | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](https://travis-ci.org/DiligentGraphics/DiligentEngine) | -Last Stable Release - [v2.3.a](https://github.com/DiligentGraphics/DiligentEngine/releases/tag/v2.3.a) +Last Stable Release - [v2.3.b](https://github.com/DiligentGraphics/DiligentEngine/releases/tag/v2.3.b) # Clonning the Repository @@ -59,7 +59,7 @@ This is the master repository that contains three [submodules](https://git-scm.c To checkout the last stable release, run the following commands: -* git checkout tags/v2.3.a +* git checkout tags/v2.3.b * git submodule update --init --recursive -- cgit v1.2.3