We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab6b4b commit 4393980Copy full SHA for 4393980
VERSION
@@ -1 +1 @@
1
-11.4.0
+11.5.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * freesia 03Nov2022 (10.3)
27
* goldenrod 12Dec2022 (10.4)
28
* hydrangea 18Jan2023 (10.5)
29
* impatiens 13Feb2023 (10.6)
@@ -47,8 +46,9 @@
47
46
* amethyst 26Aug2024 (11.1)
48
* bowenite 30Sep2024 (11.2)
49
* corundum 21Oct2024 (11.3)
+ * diamond 09Dec2024 (11.4)
50
*/
51
-#define NR_CODENAME "diamond"
+#define NR_CODENAME "emerald"
52
53
const char* nr_version(void) {
54
return NR_STR2(NR_VERSION);
0 commit comments