Skip to content

Commit edd6f11

Browse files
authored
Merge pull request #36 from sparsehash/version
pretag
2 parents 1f9f48f + c1ce423 commit edd6f11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.3)
22

33
set(CMAKE_BUILD_TYPE Release)
4-
project (sparsehash)
4+
project (sparsehash
5+
VERSION 2.11.1)
56

67
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
78
if(NOT MSVC)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
version: 0.1.{build}
2+
version: 2.11.1.{build}
33

44
branches:
55
only:

0 commit comments

Comments
 (0)