We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f9f48f + c1ce423 commit edd6f11Copy full SHA for edd6f11
CMakeLists.txt
@@ -1,7 +1,8 @@
1
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.3)
2
3
set(CMAKE_BUILD_TYPE Release)
4
-project (sparsehash)
+project (sparsehash
5
+ VERSION 2.11.1)
6
7
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
8
if(NOT MSVC)
appveyor.yml
@@ -1,5 +1,5 @@
-version: 0.1.{build}
+version: 2.11.1.{build}
branches:
only:
0 commit comments