Преглед на файлове

Increase library version

Patrick-Christopher Mattulat преди 2 години
родител
ревизия
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)
 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)
 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()
     return()
 endif ()
 endif ()
 
 
-######################################################
-# Conan Setup
-######################################################
-
-# include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
-# conan_basic_setup()
-
 ######################################################
 ######################################################
 # Include Directories
 # 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.
 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 ####
 #### Features ####
 
 
-- vector module has been added to provide functionalities for 2D vector calculations 
+- none 
 
 
 #### Improvements ####
 #### Improvements ####
 
 
@@ -27,7 +27,7 @@ This module provides vector functionalities of a cartesian coordinate system.
 
 
 ### Documentation ###
 ### 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 ###
 ### Building ###