Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.3.0
11.4.0
4 changes: 2 additions & 2 deletions axiom/nr_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/*
* Current version naming scheme is gemstones
*
* echinacea 03Oct2022 (10.2)
* freesia 03Nov2022 (10.3)
* goldenrod 12Dec2022 (10.4)
* hydrangea 18Jan2023 (10.5)
Expand All @@ -47,8 +46,9 @@
* zinnia 30Jul2024 (11.0)
* amethyst 26Aug2024 (11.1)
* bowenite 30Sep2024 (11.2)
* corundum 21Oct2024 (11.3)
*/
#define NR_CODENAME "corundum"
#define NR_CODENAME "diamond"

const char* nr_version(void) {
return NR_STR2(NR_VERSION);
Expand Down