Skip to content

Commit 795fe92

Browse files
committed
updated version variable in CMake to 1.5.0
1 parent de64841 commit 795fe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
1818

1919
PROJECT(cppadcg CXX C)
2020

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

0 commit comments

Comments
 (0)