Browse Source

Upped version for previous changes

naelstrof 10 years ago
parent
commit
1d13527a7a
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 8 )
6
+set( slop_VERSION_PATCH 9 )
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

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