Browse Source

Bump to version 7.4

David Seifert 6 years ago
parent
commit
96e17662da
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

1
 cmake_minimum_required(VERSION 3.1.3)
1
 cmake_minimum_required(VERSION 3.1.3)
2
 
2
 
3
-project(slop VERSION 7.3.49 LANGUAGES CXX)
3
+project(slop VERSION 7.4 LANGUAGES CXX)
4
 
4
 
5
 set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)")
5
 set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)")
6
 
6