Skip to content

Commit

Permalink
ATTENTION PACKAGE MAINTAINERS: Please use the CMAKE_INSTALL_PREFIX to…
Browse files Browse the repository at this point in the history
… set the install location. The binary is now installed to "CMAKE_INSTALL_PREFIX/bin/slop" instead of the original "CMAKE_INSTALL_PREFIX/slop".
  • Loading branch information
naelstrof committed Nov 28, 2014
1 parent 7f0f833 commit cbc1856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 2.8 )

project( "slop" )
set( slop_VERSION_MAJOR 3 )
set( slop_VERSION_MAJOR 4 )
set( slop_VERSION_MINOR 1 )
set( slop_VERSION_PATCH 15 )

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ Make sure to check out and install [maim](https://github.com/naelstrof/maim) too
help
----
```text
slop v3.1.15
slop v4.1.15
Copyright (C) 2014 Dalton Nell, Slop Contributors
(https://github.com/naelstrof/slop/graphs/contributors)
Expand Down

0 comments on commit cbc1856

Please sign in to comment.