We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a114e5 commit 21e22bcCopy full SHA for 21e22bc
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Change Log
2
+
3
+### [4.6.8] - 2024/11/12
4
+- Release of version 4.6.8
5
6
### [4.6.7] - 2025/04/16
7
- Fixed bug of wakefield calculation, which caused some rounding errors und as a consequence heap memory corruption.
8
- added support for sequence definition in the lattice file. See lattice file for more information.
git-hash.cmake
@@ -14,7 +14,7 @@ endif()
14
message(STATUS "Git hash is ${GIT_HASH}")
15
set(_GENESIS_VERSION_MAJOR "4")
16
set(_GENESIS_VERSION_MINOR "6")
17
-set(_GENESIS_VERSION_REV "7")
+set(_GENESIS_VERSION_REV "8")
18
set(_GENESIS_VERSION_BETA "false")
19
execute_process(
20
COMMAND
0 commit comments