diff --git a/axiom/nr_version.c b/axiom/nr_version.c index 049aef173..8753d2bb6 100644 --- a/axiom/nr_version.c +++ b/axiom/nr_version.c @@ -44,8 +44,9 @@ * quince 13Nov2023 (10.14) * rose 20Dec2023 (10.15) * snapdragon 23Jan2024 (10.16) + * tulip 21Feb2024 (10.17) */ -#define NR_CODENAME "tulip" +#define NR_CODENAME "ulmus" const char* nr_version(void) { return NR_STR2(NR_VERSION);