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 219fe3d commit 02a11dfCopy full SHA for 02a11df
2 files changed
VERSION
@@ -1 +1 @@
1
-12.4.0
+12.5.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * marigold 30May2023 (10.10)
27
* narcissus 20Jun2023 (10.11)
28
* orchid 20Sep2023 (10.12)
29
* poinsettia 03Oct2023 (10.13)
@@ -51,8 +50,9 @@
51
50
* lizardite 09Sep2025 (12.1)
52
* malachite 19Nov2025 (12.2)
53
* nephrite 15Dec2025 (12.3)
+ * obsidian 12Jan2026 (12.4)
54
*/
55
-#define NR_CODENAME "obsidian"
+#define NR_CODENAME "peridot"
56
57
const char* nr_version(void) {
58
return NR_STR2(NR_VERSION);
0 commit comments