Skip to content

Commit

Permalink
Merge pull request #67 from nicolasbock/release_0.0.1
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
nicolasbock authored May 15, 2017
2 parents 2ac8bc4 + a2e0ca2 commit 095c2d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ project(progress C CXX Fortran)

# The library version is versioned off the major version. If the API
# changes, the library version should be bumped.
set(PROJECT_VERSION_MAJOR "0")
set(PROJECT_VERSION_MINOR "0")
set(PROJECT_VERSION_PATCH "1")

set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_DESCRIPTION
"Progress Library "
"A library for solvers used in quantum chemistry packages")
set(PROJECT_VERSION_MAJOR "0")
set(PROJECT_VERSION_MINOR "0")
set(PROJECT_VERSION_PATCH "1")

set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_DESCRIPTION
"Progress Library "
"A library for solvers used in quantum chemistry packages")

include(GNUInstallDirs)

Expand Down

0 comments on commit 095c2d1

Please sign in to comment.