Skip to content

Commit ca58bbd

Browse files
committed
C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
Signed-off-by: Arash Partow <partow@gmail.com>
1 parent 9fc92bd commit ca58bbd

File tree

4 files changed

+9410
-4275
lines changed

4 files changed

+9410
-4275
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ******************************************************************
33
# * C++ Mathematical Expression Toolkit Library *
44
# * *
5-
# * Author: Arash Partow (1999-2023) *
5+
# * Author: Arash Partow (1999-2024) *
66
# * URL: https://www.partow.net/programming/exprtk/index.html *
77
# * *
88
# * Copyright notice: *
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.15)
2020
project(
2121
ExprTk
2222
LANGUAGES CXX
23-
VERSION 0.0.2
23+
VERSION 0.0.3
2424
DESCRIPTION "C++ Mathematical Expression Toolkit Library (ExprTk)"
2525
HOMEPAGE_URL "https://www.partow.net/programming/exprtk/index.html"
2626
)

0 commit comments

Comments
 (0)