Skip to content

Commit

Permalink
Update of the version to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KAHR-Alpha committed Feb 13, 2024
1 parent 42b72b3 commit f0da777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Todo:
- Tangent vectors managements for Selene
- Implement the Lambertian, Guassian and ABg scattering models ( see "What scattering models are available in OpticStudio?" )

0.13
- Selene can optimize against target hit counts

0.12
- The FDTD GUI can now load structures that have parameters

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function(Dll_Install library_name)
endfunction()

set(CPACK_PACKAGE_VERSION_MAJOR 0)
set(CPACK_PACKAGE_VERSION_MINOR 12)
set(CPACK_PACKAGE_VERSION_MINOR 13)
set(CPACK_PACKAGE_VERSION_PATCH 0)

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

0 comments on commit f0da777

Please sign in to comment.