Browse Source

Upgraded version number for last changes.

Dalton Nell 8 years ago
parent
commit
b01013e630
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 4 )
5 5
 set( slop_VERSION_MINOR 2 )
6
-set( slop_VERSION_PATCH 17 )
6
+set( slop_VERSION_PATCH 18 )
7 7
 
8 8
 set( CMAKE_OPENGL_SUPPORT FALSE CACHE BOOL "Whether or not to compile with OpenGL, shaders, magnification, and theming support." )
9 9
 

+ 1
- 1
README.md View File

@@ -121,7 +121,7 @@ Feel free to make your own themes and submit a pull request to see if it can be
121 121
 help
122 122
 ----
123 123
 ```text
124
-slop v4.2.17
124
+slop v4.2.18
125 125
 
126 126
 Copyright (C) 2014 Dalton Nell, Slop Contributors
127 127
 (https://github.com/naelstrof/slop/graphs/contributors)