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.1.0
11.2.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 flowers
*
* cosmos 29Jun2022 (10.0)
* dahlia 19Sep2022 (10.1)
* echinacea 03Oct2022 (10.2)
* freesia 03Nov2022 (10.3)
Expand All @@ -47,8 +46,9 @@
* xerophyllum 20May2024 (10.21)
* yarrow 26Jun2024 (10.22)
* zinnia 30Jul2024 (11.0)
* amethyst 26Aug2024 (11.1)
*/
#define NR_CODENAME "amethyst"
#define NR_CODENAME "bowenite"

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