Skip to content

Commit

Permalink
chore(release): 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Mar 13, 2018
1 parent 31793ac commit a20839b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.6)
# cmake_minimum_required(VERSION 3.0)
project(ecell4)
set(PROJECT_VERSION 4.1.3)
set(PROJECT_VERSION 4.1.4)

if(ECELL4_ENABLE_PROFILING)
add_definitions(-pg -O0)
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build E-Cell4
command: |
set -x
ECELLVER="4.1.3"
ECELLVER="4.1.4"
PY27="cp27-cp27mu"
PY35="cp35-cp35m"
PY36="cp36-cp36m"
Expand Down

0 comments on commit a20839b

Please sign in to comment.