Skip to content

Commit

Permalink
🔖 Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Mar 3, 2019
1 parent d05f73f commit 33c9996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build E-Cell4
command: |
set -x
ECELLVER="1.0.dev3"
ECELLVER="1.0.0"
CMAKEVER="3.13.3"
GSLVER="2.4"
BOOSTVER="1.68.0"
Expand Down
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 1.0.dev3)
set(PROJECT_VERSION 1.0.0)

# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11 -fext-numeric-literals") #XXX: c++11

Expand Down

0 comments on commit 33c9996

Please sign in to comment.