Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Jan 4, 2017
1 parent 9f78141 commit 9e61eca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.7)
set(PROJECT_VERSION 4.0.8)

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.0.7'
release = '4.0.7'
version = '4.0.8'
release = '4.0.8'

language = None

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recommonmark
numpydoc
pip>=8.1.2
ecell>=4.0.7
ecell>=4.0.8

0 comments on commit 9e61eca

Please sign in to comment.