浏览代码

Increase library version

Patrick-Christopher Mattulat 11 月之前
父节点
当前提交
a16ac3ae15
共有 2 个文件被更改,包括 4 次插入11 次删除
  1. 1 8
      CMakeLists.txt
  2. 3 3
      README.md

+ 1 - 8
CMakeLists.txt

@@ -7,7 +7,7 @@
 ####################################################################################################################
 
 cmake_minimum_required(VERSION 3.17)
-project(ls_math VERSION 2022.1.0)
+project(ls_math VERSION 2023.1.0)
 
 set(MODULE_NAME_LS_MATH_VECTOR ls_math_vector)
 
@@ -94,13 +94,6 @@ if (${BUILD_LS_MATH_WITH_TESTS} AND ${BUILD_LS_MATH_MODULE})
     return()
 endif ()
 
-######################################################
-# Conan Setup
-######################################################
-
-# include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
-# conan_basic_setup()
-
 ######################################################
 # Include Directories
 ######################################################

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-# Lynar Studios - Math Library - 2022.1.0
+# Lynar Studios - Math Library - 2023.1.0
 
 
 This library provides mathematical functionalities. All functionalities are provided in independent modules, which can be added to your project.
@@ -15,7 +15,7 @@ This module provides vector functionalities of a cartesian coordinate system.
 
 #### Features ####
 
-- vector module has been added to provide functionalities for 2D vector calculations 
+- none 
 
 #### Improvements ####
 
@@ -27,7 +27,7 @@ This module provides vector functionalities of a cartesian coordinate system.
 
 ### Documentation ###
 
-Currently there is no documentation available due to the small scope of this library.
+Currently, there is no documentation available due to the small scope of this library.
 
 ### Building ###