We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f46005 commit 1467640Copy full SHA for 1467640
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.20)
2
project(cppmie)
3
-set(PROJECT_VERSION 1.0.0)
+set(PROJECT_VERSION 1.0.1)
4
set(PROJECT_HOMEPAGE_URL https://github.com/codesaurus97/cppmie)
5
6
# Require C++ 20 due to usage of concepts
include/cppmie/cppmie.h
@@ -2,7 +2,7 @@
* @file cppmie.h
* @author codesaurus97
* @brief Implementation of Mie scattering calculation using Hong Du's algorithm.
- * @version 1.0.0
+ * @version 1.0.1
* @date 2021-10-26
7
*
8
* @copyright Copyright (c) 2021
0 commit comments