Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Sep 19, 2020
1 parent c64ff69 commit 1eda038
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
NAME = Mamba
EXEC_NAME = $(shell echo $(NAME) | tr A-Z a-z)
BUILD_DIR = build
VER = 1.4
VER = 1.5

LIB_DIR := ../libxputty/libxputty/
HEADER_DIR := $(LIB_DIR)include/
Expand Down
2 changes: 1 addition & 1 deletion src/MidiKeyBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ void XKeyBoard::info_callback(void *w_, void* user_data) {
Widget_t *win = get_toplevel_widget(w->app);
XKeyBoard *xjmkb = (XKeyBoard*) win->parent_struct;
Widget_t *dia = open_message_dialog(xjmkb->win, INFO_BOX, _("Mamba"),
_("Mamba v1.4 is written by Hermann Meyer|released under the BSD Zero Clause License"
_("Mamba v1.5 is written by Hermann Meyer|released under the BSD Zero Clause License"
"|https://github.com/brummer10/Mamba"
"|For MIDI file handling it uses libsmf|a BSD-licensed C library|written by Edward Tomasz Napierala"
"|https://github.com/stump/libsmf"),NULL);
Expand Down
Loading

0 comments on commit 1eda038

Please sign in to comment.