diff options
author | Sage Weil <sage@redhat.com> | 2018-04-02 10:03:02 -0500 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2018-04-02 10:03:02 -0500 |
commit | ed9182c2660257aad18fcb855e51e2cb17d3c1cd (patch) | |
tree | cd9b41b7c6567a9ca957a4433402e4c603f1051d | |
parent | ff3d489399641e1e348fcfc152fbebe7deb567d2 (diff) | |
download | ceph-13.0.2.tar.gz |
CMakeLists: v13.0.2v13.0.2
Signed-off-by: Sage Weil <sage@redhat.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b521b9cec6e..aad69fb9016 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.12) project(ceph CXX C ASM) -set(VERSION 13.0.1) +set(VERSION 13.0.2) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) |