summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2018-11-11 18:48:50 +0000
committerGitHub <noreply@github.com>2018-11-11 18:48:50 +0000
commit8d8fa3136444d1f684cd14305a23f40c4e286639 (patch)
treed2fe6d21d2551e7abe6492f99f44e1cb3477cd67
parentUpdated submodules (diff)
downloadDiligentEngine-8d8fa3136444d1f684cd14305a23f40c4e286639.tar.gz
DiligentEngine-8d8fa3136444d1f684cd14305a23f40c4e286639.zip
Update README.md
-rw-r--r--README.md4
1 files 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
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/macos-logo.png" width=24 valign="middle"> MacOS | OpenGL4.1 (No compute shaders) | [![Build Status](https://travis-ci.org/DiligentGraphics/DiligentEngine.svg?branch=master)](https://travis-ci.org/DiligentGraphics/DiligentEngine) |
| <img src="https://github.com/DiligentGraphics/DiligentCore/blob/master/media/apple-logo.png" width=24 valign="middle"> 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