Browse Source

ATTENTION PACKAGE MAINTAINERS: Please use the CMAKE_INSTALL_PREFIX to set the install location. The binary is now installed to "CMAKE_INSTALL_PREFIX/bin/slop" instead of the original "CMAKE_INSTALL_PREFIX/slop".

Dalton Nell 9 years ago
parent
commit
cbc18562ff
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      CMakeLists.txt
  2. 1
    1
      README.md

+ 1
- 1
CMakeLists.txt View File

@@ -1,7 +1,7 @@
1 1
 cmake_minimum_required( VERSION 2.8 )
2 2
 
3 3
 project( "slop" )
4
-set( slop_VERSION_MAJOR 3 )
4
+set( slop_VERSION_MAJOR 4 )
5 5
 set( slop_VERSION_MINOR 1 )
6 6
 set( slop_VERSION_PATCH 15 )
7 7
 

+ 1
- 1
README.md View File

@@ -84,7 +84,7 @@ Make sure to check out and install [maim](https://github.com/naelstrof/maim) too
84 84
 help
85 85
 ----
86 86
 ```text
87
-slop v3.1.15
87
+slop v4.1.15
88 88
 
89 89
 Copyright (C) 2014 Dalton Nell, Slop Contributors
90 90
 (https://github.com/naelstrof/slop/graphs/contributors)