From d7a4c2236eaaa245e3959579d68ec9fb9ca161d3 Mon Sep 17 00:00:00 2001 From: Rene Eichhorn Date: Sun, 10 Apr 2016 15:47:09 +0200 Subject: [PATCH] added sdk version info to readme --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 7882bd1..93b8b16 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,7 @@ rust-openvr is a binding for openvr. It's still in progress. Tests are automatic Also my private jenkins is running these test on Ubuntu 14.04 as well, every successful build will be pushed to its branch (stable, nightly, beta). For good practice always use either stable, beta or nightly instead of master! ## [Link to the documentation](http://auruss.github.io/rust-openvr/openvr/index.html) +## Current version: OpenVR SDK 0.9.11 (will be updated soon to newest!) Building --------