Skip to content

Commit

Permalink
chore: update ecell version
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Apr 8, 2017
1 parent bfef834 commit f05c131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1)
set(PROJECT_VERSION 4.1.2)

if(ECELL4_ENABLE_PROFILING)
add_definitions(-pg -O0)
Expand Down
4 changes: 2 additions & 2 deletions readthedocs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
copyright = u'2015-, E-Cell project'
author = u'Kazunari Kaizu'

version = '4.1.1'
release = '4.1.1'
version = '4.1.2'
release = '4.1.2'

language = None

Expand Down

0 comments on commit f05c131

Please sign in to comment.