diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-01-03 23:44:17 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-01-03 23:44:17 -0800 |
commit | 2bd11a33528981578f84b32fa7cbf3530e5773a0 (patch) | |
tree | 8f734cf4fe553f80f978122e1b0491a625e39bb0 /nuklear_ui/blastem_nuklear.c | |
parent | 5256e5ee5cc4a6e52d42cf3f5e762671bc177ccf (diff) |
Updated version number and CHANGELOG for possible 0.6.1 release
Diffstat (limited to 'nuklear_ui/blastem_nuklear.c')
-rw-r--r-- | nuklear_ui/blastem_nuklear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index 57dd0af..87ebefa 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -160,7 +160,7 @@ void view_lock_on(struct nk_context *context) void view_about(struct nk_context *context) { const char *lines[] = { - "BlastEm v0.6.0", + "BlastEm v0.6.1", "Copyright 2012-2017 Michael Pavone", "", "BlastEm is a high performance open source", |