diff options
author | Sage Weil <sage@redhat.com> | 2018-01-03 17:03:39 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2018-01-03 17:03:39 +0100 |
commit | 9cce2427765ce9f869aef281468fd0d36de2dd79 (patch) | |
tree | ffc392549a088bfa11c362ab6bfcac3f65ef4cf8 | |
parent | Merge pull request #19588 from batrick/i22475 (diff) | |
download | ceph-9cce2427765ce9f869aef281468fd0d36de2dd79.tar.xz ceph-9cce2427765ce9f869aef281468fd0d36de2dd79.zip |
v13.0.1v13.0.1
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 576525db6cc..b99e9967d6d 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 12.1.2) +set(VERSION 13.0.1) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) |