Explorar el Código

Bump to version 7.4

David Seifert hace 8 años
padre
commit
96e17662da
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

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