Browse Source

Update CMakeLists.txt file

- add new version
Patrick-Christopher Mattulat 3 years ago
parent
commit
b7a2f89b16
1 changed files with 1 additions and 1 deletions
  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.3)
+set(RELEASE_VERSION 2020.3.0)
 project(${PROJECT_NAME})
 
 ##########################################################