소스 검색

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 11 년 전
부모
커밋
cbc18562ff
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      CMakeLists.txt
  2. 1
    1
      README.md

+ 1
- 1
CMakeLists.txt 파일 보기

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 파일 보기

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)