Skip to content

Commit

Permalink
Bump 10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Mar 4, 2024
1 parent e78afe1 commit 0a5dd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.18.0
10.19.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
*
* yam 23Aug2021 (9.18)
* zomp 02Mar2022 (9.19)
* allium 14Mar2022 (9.20)
* buttercup 26Apr2022 (9.21)
Expand All @@ -45,8 +44,9 @@
* rose 20Dec2023 (10.15)
* snapdragon 23Jan2024 (10.16)
* tulip 21Feb2024 (10.17)
* ulmux 04Mar2024 (10.18)
*/
#define NR_CODENAME "ulmus"
#define NR_CODENAME "Viburnum"

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

0 comments on commit 0a5dd53

Please sign in to comment.