From b01013e630ab9fdff925b759b8cf767903592f4b Mon Sep 17 00:00:00 2001 From: Dalton Nell Date: Sun, 12 Jul 2015 11:21:08 -0600 Subject: [PATCH] Upgraded version number for last changes. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e98839..6e40810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 2.8 ) project( "slop" ) set( slop_VERSION_MAJOR 4 ) set( slop_VERSION_MINOR 2 ) -set( slop_VERSION_PATCH 17 ) +set( slop_VERSION_PATCH 18 ) set( CMAKE_OPENGL_SUPPORT FALSE CACHE BOOL "Whether or not to compile with OpenGL, shaders, magnification, and theming support." ) diff --git a/README.md b/README.md index 285528d..e7629e7 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Feel free to make your own themes and submit a pull request to see if it can be help ---- ```text -slop v4.2.17 +slop v4.2.18 Copyright (C) 2014 Dalton Nell, Slop Contributors (https://github.com/naelstrof/slop/graphs/contributors)