Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
chore(*): version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura committed Jun 18, 2017
1 parent cda196f commit 9a386ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -16,7 +16,7 @@ test_script:
- C:\msys64\usr\bin\bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER/build && ctest -j4 --output-on-failure"

artifacts:
- path: build\lean-3.1.1-windows.zip
- path: build\lean-3.2.0-windows.zip
name: binary

deploy:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
env:
CMAKE_CXX_COMPILER=g++-4.9
CMAKE_BUILD_TYPE=Release
TARGET=build/lean-3.1.1-linux.tar.gz
TARGET=build/lean-3.2.0-linux.tar.gz
UPLOAD=ON
STATIC=ON

Expand Down Expand Up @@ -91,7 +91,7 @@ matrix:
env:
CMAKE_CXX_COMPILER=clang++
CMAKE_BUILD_TYPE=Release
TARGET=build/lean-3.1.1-darwin.zip
TARGET=build/lean-3.2.0-darwin.zip
UPLOAD=ON
PACKAGE=TRUE

Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.8.7)
project(LEAN CXX C)
set(LEAN_VERSION_MAJOR 3)
set(LEAN_VERSION_MINOR 1)
set(LEAN_VERSION_PATCH 1)
set(LEAN_VERSION_MINOR 2)
set(LEAN_VERSION_PATCH 0)

set(LEAN_EXTRA_LINKER_FLAGS "")
set(LEAN_EXTRA_CXX_FLAGS "")
Expand Down

0 comments on commit 9a386ae

Please sign in to comment.