Skip to content

Commit 956bb44

Browse files
committed
Version update
1 parent accf030 commit 956bb44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Todo:
44
- Tangent vectors managements for Selene
55
- Implement the Lambertian, Guassian and ABg scattering models ( see "What scattering models are available in OpticStudio?" )
66

7-
0.14.1
7+
0.14.3
88
- Fixed the working directory of FDTD sensors in GUI mode
99
- Fixed incorrect FieldMap scripts generation
1010

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endfunction()
1616

1717
set(CPACK_PACKAGE_VERSION_MAJOR 0)
1818
set(CPACK_PACKAGE_VERSION_MINOR 14)
19-
set(CPACK_PACKAGE_VERSION_PATCH 2)
19+
set(CPACK_PACKAGE_VERSION_PATCH 3)
2020

2121
set(TASK "Build CLI" CACHE STRING "What to do")
2222
set_property(CACHE TASK PROPERTY STRINGS "Build CLI" "Build CLI+GUI")

0 commit comments

Comments
 (0)