Skip to content

Commit

Permalink
updated version variable in CMake to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoleal committed Jan 22, 2014
1 parent de64841 commit 795fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

PROJECT(cppadcg CXX C)

SET(cppadcg_version "1.4.0" )
SET(cppadcg_version "1.5.0" )
SET(cppadcg_url "https://github.com/joaoleal/CppADCodeGen" )
SET(cppadcg_description "A C++ Algorithmic Differentiation Package with Source Code Generation" )

Expand Down

0 comments on commit 795fe92

Please sign in to comment.