Skip to content

Commit b6ad4e5

Browse files
authored
Merge pull request #5711 from RaiKoHoff/dev_master
fix: missing tinyexpr++ version
2 parents e2e6d5a + 024cb9e commit b6ad4e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ try
8484
if (!$PCRE2Ver) { $PCRE2Ver = "0.0" }
8585
$UChardetVer = [string](Get-Content "src\uchardet\version.txt")
8686
if (!$UChardetVer) { $UChardetVer = "0.0.0" }
87-
$TinyExprVer = [string](Get-Content "src\tinyexpr\version.txt")
87+
$TinyExprVer = [string](Get-Content "src\tinyexprcpp\version.txt")
8888
if (!$TinyExprVer) { $TinyExprVer = "0.0.0" }
8989
$UtHashVer = [string](Get-Content "src\uthash\version.txt")
9090
if (!$UtHashVer) { $UtHashVer = "0.0.0" }

src/tinyexprcpp/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.1.0

0 commit comments

Comments
 (0)