Explorar el Código

Change library version

Patrick-Christopher Mattulat hace 3 años
padre
commit
f94888001d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -4,7 +4,7 @@
 
 cmake_minimum_required(VERSION 3.17)
 set(PROJECT_NAME ls_std)
-set(RELEASE_VERSION 2020.2.2)
+set(RELEASE_VERSION 2020.2.3)
 project(${PROJECT_NAME})
 
 ##########################################################