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 9fc92bd commit ca58bbdCopy full SHA for ca58bbd
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# ******************************************************************
3
# * C++ Mathematical Expression Toolkit Library *
4
# * *
5
-# * Author: Arash Partow (1999-2023) *
+# * Author: Arash Partow (1999-2024) *
6
# * URL: https://www.partow.net/programming/exprtk/index.html *
7
8
# * Copyright notice: *
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.15)
20
project(
21
ExprTk
22
LANGUAGES CXX
23
- VERSION 0.0.2
+ VERSION 0.0.3
24
DESCRIPTION "C++ Mathematical Expression Toolkit Library (ExprTk)"
25
HOMEPAGE_URL "https://www.partow.net/programming/exprtk/index.html"
26
)
0 commit comments