Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
pdschubert committed Jun 17, 2019
1 parent bbbfad6 commit b380bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ install(DIRECTORY config/
# $ cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/usr/local ..
# $ cpack ..
# $ dpkg -i <the_package>.deb
set(MAJOR_VERSION 0)
set(MINOR_VERSION 8)
set(MAJOR_VERSION 1)
set(MINOR_VERSION 0)
set(PATCH_VERSION 0)
IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
INCLUDE(InstallRequiredSystemLibraries)
Expand Down
4 changes: 2 additions & 2 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ D: CMake

N: Nicolas Bellec
E: [email protected]
D: Call-graph algorithms and inter-procedural context-based solver
D: Call-graph algorithms

N: Florian Sattler
E: [email protected]
D: CMake build as llvm drop-in
D: CMake and CMake build as llvm drop-in

N: Christian Stritzke
E: [email protected]
Expand Down

0 comments on commit b380bb4

Please sign in to comment.