Skip to content

Commit

Permalink
Bump version to 1.1.7 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Nov 26, 2017
1 parent 263c78e commit 7dc8010
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.7: 2017-11-26
Fixed:
- github [issue](https://github.com/step-/gtkmenuplus/issues/3) #3.

1.1.6: 2017-09-06
New:
- launcher=link -> ... -> app.desktop works. Before one could only do
Expand Down
2 changes: 1 addition & 1 deletion docs/menu_configuration_file_format.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Format of menu configuration files for gtkmenuplus
version 1.1.6, 2017-09-06
version 1.1.7, 2017-11-26

copyright (C) 2013 Alan Campbell, (C) 2016-2017 step

Expand Down
2 changes: 1 addition & 1 deletion source/gtkmenuplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

#define PARAM_REF_TAG '$'

#define VERSION_TEXT "1.1.7 WIP, 2017-10-24"
#define VERSION_TEXT "1.1.7, 2017-11-26"

#define DEFAULT_CONFIG_FILE "test_menu.txt"

Expand Down
2 changes: 1 addition & 1 deletion source/menuInput.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "menuInput.h"

// version 1.1.7 WIP, 2017-10-24
// version 1.1.7, 2017-11-26

//required because __USE_GNU
char * strcasestr (const char *haystack, const char *needle);
Expand Down

0 comments on commit 7dc8010

Please sign in to comment.