Skip to content

Commit

Permalink
Bump version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Sep 19, 2016
1 parent d3f4a6e commit 376d3f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gtkMenuPlus
gtkMenuPlus Releases

1.1.1: 2016-09-19 - add "onexit="
1.1.0: 2016-09-10 - step's forked version, see ../README.md
1.0.0: 2013-01-25 - first release by Alan Campbell
4 changes: 2 additions & 2 deletions source/gtkmenuplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/*
* gtkmenuplus - read a description file and generate a menu.
* version 1.00, 2013-04-24, by Alan Campbell, 2013
* version 1.1.0, 2016-09-10, by step, 2016, forked from Alan Campbell's 1.00
* version 1.1.1, 2016-09-19, by step, 2016, forked from Alan Campbell's 1.00
*
* based partially on code in myGtkMenu, copyright (C) 2004-2011 John Vorthman
* (https://sites.google.com/site/jvinla/home).
Expand Down Expand Up @@ -80,7 +80,7 @@

#define PARAM_REF_TAG '$'

#define VERSION_TEXT "1.1.0, 2016-09-10"
#define VERSION_TEXT "1.1.1, 2016-09-19"

#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.0, 2016-09-10
// version 1.1.1, 2016-09-19

//required because __USE_GNU
char * strcasestr (const char *haystack, const char *needle);
Expand Down
2 changes: 1 addition & 1 deletion source/menuInput.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _MENUINPUT_H
#define _MENUINPUT_H 1

// version 1.1.0, 2016-09-03
// version 1.1.1, 2016-09-19

/* Allow the use in C++ code. */
#ifdef __cplusplus
Expand Down

0 comments on commit 376d3f0

Please sign in to comment.