Browse Source

Upped version for previous changes. (#17, 3639636, 8a03f9a)

Dalton Nell 10 years ago
parent
commit
2636e117f8
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

3
 project( "slop" )
3
 project( "slop" )
4
 set( slop_VERSION_MAJOR 3 )
4
 set( slop_VERSION_MAJOR 3 )
5
 set( slop_VERSION_MINOR 1 )
5
 set( slop_VERSION_MINOR 1 )
6
-set( slop_VERSION_PATCH 11 )
6
+set( slop_VERSION_PATCH 12 )
7
 
7
 
8
 set( BIN_TARGET     "${PROJECT_NAME}" )
8
 set( BIN_TARGET     "${PROJECT_NAME}" )
9
 set( CMAKE_INSTALL_PREFIX "/usr/bin" )
9
 set( CMAKE_INSTALL_PREFIX "/usr/bin" )

+ 1
- 1
README.md View File

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