File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "The Bash Argsparse Library"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.7
35+ PROJECT_NUMBER = 1.8
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ versions of bash will fail at interpreting that code.
1414### Online documentation
1515
1616Doxygen documentation is available online
17- [ here] ( http://argsparse.livna.org/doxygen/1.7 / ) .
17+ [ here] ( http://argsparse.livna.org/doxygen/1.8 / ) .
1818
1919
2020### Tarballs
Original file line number Diff line number Diff line change 55# # @author Damien Nadé <bash-argsparse@livna.org>
66# # @brief Bash completion for scripts using argsparse library.
77# # @copyright WTFPLv2
8- # # @version 1.7
8+ # # @version 1.8
99#
1010# ########
1111# License:
Original file line number Diff line number Diff line change 55# # @author Damien Nadé <bash-argsparse@livna.org>
66# # @brief Bash Argsparse Library
77# # @copyright WTFPLv2
8- # # @version 1.7
8+ # # @version 1.8
99#
1010# ########
1111# License:
278278# # @var ARGSPARSE_VERSION
279279# # @brief argsparse version number
280280# # @showinitializer
281- declare -r ARGSPARSE_VERSION=1.7
281+ declare -r ARGSPARSE_VERSION=1.8
282282
283283# Enable required features
284284shopt -s extglob
Original file line number Diff line number Diff line change 11Summary: An high level argument parsing library for bash
22Name: bash-argsparse
3- Version: 1.7
3+ Version: 1.8
44Release: 1%{?dist }
55License: WTFPL
66URL: https://github.com/Anvil/bash-argsparse
@@ -43,6 +43,9 @@ for file in argsparse argsparse-completion; do
4343
4444
4545%changelog
46+ * Tue Sep 5 2017 Dams < bash-argsparse[AT]livna.org> - 1.8-1
47+ - Version 1.8
48+
4649* Thu Mar 5 2015 Dams < bash-argsparse[AT]livna.org> - 1.7-1
4750- Version 1.7
4851
Original file line number Diff line number Diff line change 1+ bash-argsparse (1.8) unstable; urgency=low
2+
3+ * Version 1.8
4+
5+ -- Damien Nadé <bash-argsparse@livna.org> Tue, 05 Sep 2017 13:57:55 +0200
6+
17bash-argsparse (1.7) unstable; urgency=low
28
39 * Version 1.7
You can’t perform that action at this time.
0 commit comments