]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: drop set(VERSION ...) 42401/head
authorKefu Chai <kchai@redhat.com>
Mon, 19 Jul 2021 17:21:25 +0000 (01:21 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Jul 2021 17:24:09 +0000 (01:24 +0800)
project(...). this is the authentic place to set version number.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index d6ad17bbf844523210f05d1345b63db9c4c28553..ab24693599b005a975aee971d11f0c47ff633607 100644 (file)
@@ -706,5 +706,3 @@ add_tags(ctags
   EXCLUDE_OPTS ${CTAG_EXCLUDES}
   EXCLUDES "*.js" "*.css" ".tox" "python-common/build")
 add_custom_target(tags DEPENDS ctags)
-
-set(VERSION 15.2.0)