Skip to content

Commit

Permalink
pretag
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed May 14, 2020
1 parent ce3f08c commit c1ce423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.3)

set(CMAKE_BUILD_TYPE Release)
project (sparsehash)
project (sparsehash
VERSION 2.11.1)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")
if(NOT MSVC)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version: 0.1.{build}
version: 2.11.1.{build}

branches:
only:
Expand Down

0 comments on commit c1ce423

Please sign in to comment.