Skip to content

Commit f0da777

Browse files
committed
Update of the version to 0.13
1 parent 42b72b3 commit f0da777

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.13
8+
- Selene can optimize against target hit counts
9+
710
0.12
811
- The FDTD GUI can now load structures that have parameters
912

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function(Dll_Install library_name)
1515
endfunction()
1616

1717
set(CPACK_PACKAGE_VERSION_MAJOR 0)
18-
set(CPACK_PACKAGE_VERSION_MINOR 12)
18+
set(CPACK_PACKAGE_VERSION_MINOR 13)
1919
set(CPACK_PACKAGE_VERSION_PATCH 0)
2020

2121
set(TASK "Build CLI" CACHE STRING "What to do")

0 commit comments

Comments
 (0)