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 10 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
 cmake_minimum_required( VERSION 2.8 )
1
 cmake_minimum_required( VERSION 2.8 )
2
 
2
 
3
 project( "slop" )
3
 project( "slop" )
4
-set( slop_VERSION_MAJOR 3 )
4
+set( slop_VERSION_MAJOR 4 )
5
 set( slop_VERSION_MINOR 1 )
5
 set( slop_VERSION_MINOR 1 )
6
 set( slop_VERSION_PATCH 15 )
6
 set( slop_VERSION_PATCH 15 )
7
 
7
 

+ 1
- 1
README.md View File

84
 help
84
 help
85
 ----
85
 ----
86
 ```text
86
 ```text
87
-slop v3.1.15
87
+slop v4.1.15
88
 
88
 
89
 Copyright (C) 2014 Dalton Nell, Slop Contributors
89
 Copyright (C) 2014 Dalton Nell, Slop Contributors
90
 (https://github.com/naelstrof/slop/graphs/contributors)
90
 (https://github.com/naelstrof/slop/graphs/contributors)