Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
melkebir committed May 14, 2018
1 parent 269013e commit f92b99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required( VERSION 2.8 )
cmake_minimum_required( VERSION 3.0 )

project( MACHINA )
project( MACHINA VERSION 1.0 )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} ${CMAKE_MODULE_PATH} )

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MACHINA is a computational framework for inferring migration patterns between a

MACHINA is written in C++11 and thus requires a modern C++ compiler (GCC >= 4.8.1, or Clang). In addition, MACHINA has the following dependencies.

* [CMake](http://www.cmake.org/) (>= 2.8)
* [CMake](http://www.cmake.org/) (>= 3.0)
* [Boost](http://www.boost.org) (>= 1.38)
* [LEMON](http://lemon.cs.elte.hu/trac/lemon) graph library (>= 1.3)
* [Gurobi](http://www.gurobi.com) (>= 6.0)
Expand Down

0 comments on commit f92b99f

Please sign in to comment.