Browse Source

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

Dalton Nell 9 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,7 +3,7 @@ cmake_minimum_required( VERSION 2.8 )
3 3
 project( "slop" )
4 4
 set( slop_VERSION_MAJOR 3 )
5 5
 set( slop_VERSION_MINOR 1 )
6
-set( slop_VERSION_PATCH 11 )
6
+set( slop_VERSION_PATCH 12 )
7 7
 
8 8
 set( BIN_TARGET     "${PROJECT_NAME}" )
9 9
 set( CMAKE_INSTALL_PREFIX "/usr/bin" )

+ 1
- 1
README.md View File

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