Skip to content

Commit

Permalink
Add missing include. Update changelog. Bump version to next rc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 19, 2024
1 parent 9ea9329 commit 887a400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions client_server/Snoop.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <sys/utsname.h>
#endif
#endif
#include <time.h>
#include <stdint.h>
#include <set>
#include "nlohmann/json.hpp"
Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CADABRA_VERSION_MAJOR 2)
set(CADABRA_VERSION_MINOR 5)
set(CADABRA_VERSION_PATCH 10)
set(CADABRA_VERSION_RC "rc2")
set(CADABRA_VERSION_RC "rc3")
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH})
if(NOT "${CADABRA_VERSION_RC}" STREQUAL "")
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_SEM}-${CADABRA_VERSION_RC})
Expand Down
1 change: 1 addition & 0 deletions web2/cadabra2/source/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h3>github devel branch (2.5.9)</h3>
<li>Fix for building Cadabra as a C++ library.</li>
<li>Various UI and typesetting bug fixes.</li>
<li>Fix for the homebrew package, and option to install the development branch using homebrew.</li>
<li>Remove dependence on websocketpp to enable building with current version (1.87.0) of boost.</li>
</ul>

<a name="2.5.8"></a>
Expand Down

0 comments on commit 887a400

Please sign in to comment.