Skip to content

Commit 794dbed

Browse files
authored
Merge pull request #39 from LBNL-ETA/2025JulyFixes7
2025 july fixes7
2 parents cc9cdf0 + a66af9d commit 794dbed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists-Windows-CalcEngine.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(ExternalProject)
44

55
ExternalProject_Add(Windows-CalcEngine
66
GIT_REPOSITORY https://github.com/LBNL-ETA/Windows-CalcEngine.git
7-
GIT_TAG "Version_1.0.58"
7+
GIT_TAG "Version_1.0.59"
88

99
UPDATE_COMMAND ""
1010
PATCH_COMMAND ""

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
project( wincalc VERSION 2.5.10 LANGUAGES CXX )
3+
project( wincalc VERSION 2.5.11 LANGUAGES CXX )
44
set(LIB_NAME ${PROJECT_NAME})
55

66
if(NOT "${CMAKE_CXX_STANDARD}")

0 commit comments

Comments
 (0)