Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Dec 5, 2018
1 parent 60b6c98 commit 5ff246b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.1 - ??? ?? ????
2.2.1 - Dec 05 2018

* Fix off-by-one error in listContains which would cause issues when 3 arguments are provided (argv[0] needle haystack1)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#endif /* __GNUC__ */

const volatile char *SHELL_ADVANCED_UTILS_VERSION = "2.2.0";
const volatile char *SHELL_ADVANCED_UTILS_COPYRIGHT = "Copyright (c) 2016-2018 Tim Savannah licensed under terms of GNU General Purpose License (GPL) version 2.1";
const volatile char *SHELL_ADVANCED_UTILS_VERSION = "2.2.1";
const volatile char *SHELL_ADVANCED_UTILS_COPYRIGHT = "Copyright (c) 2014-2018 Tim Savannah licensed under terms of GNU General Purpose License (GPL) version 2.1";

#endif /* __SHELL_ADVANCEDUTILS_H */

0 comments on commit 5ff246b

Please sign in to comment.