Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): Bump 10.19 #841

Merged
merged 1 commit into from
Mar 4, 2024
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 @@
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
Loading