File tree 6 files changed +15
-6
lines changed
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"
32
32
# This could be handy for archiving the generated documentation or
33
33
# if some version control system is used.
34
34
35
- PROJECT_NUMBER = 1.7
35
+ PROJECT_NUMBER = 1.8
36
36
37
37
# Using the PROJECT_BRIEF tag one can provide an optional one line description
38
38
# 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.
14
14
### Online documentation
15
15
16
16
Doxygen documentation is available online
17
- [ here] ( http://argsparse.livna.org/doxygen/1.7 / ) .
17
+ [ here] ( http://argsparse.livna.org/doxygen/1.8 / ) .
18
18
19
19
20
20
### Tarballs
Original file line number Diff line number Diff line change 5
5
# # @author Damien Nadé <bash-argsparse@livna.org>
6
6
# # @brief Bash completion for scripts using argsparse library.
7
7
# # @copyright WTFPLv2
8
- # # @version 1.7
8
+ # # @version 1.8
9
9
#
10
10
# ########
11
11
# License:
Original file line number Diff line number Diff line change 5
5
# # @author Damien Nadé <bash-argsparse@livna.org>
6
6
# # @brief Bash Argsparse Library
7
7
# # @copyright WTFPLv2
8
- # # @version 1.7
8
+ # # @version 1.8
9
9
#
10
10
# ########
11
11
# License:
278
278
# # @var ARGSPARSE_VERSION
279
279
# # @brief argsparse version number
280
280
# # @showinitializer
281
- declare -r ARGSPARSE_VERSION=1.7
281
+ declare -r ARGSPARSE_VERSION=1.8
282
282
283
283
# Enable required features
284
284
shopt -s extglob
Original file line number Diff line number Diff line change 1
1
Summary: An high level argument parsing library for bash
2
2
Name: bash-argsparse
3
- Version: 1.7
3
+ Version: 1.8
4
4
Release: 1%{?dist }
5
5
License: WTFPL
6
6
URL: https://github.com/Anvil/bash-argsparse
@@ -43,6 +43,9 @@ for file in argsparse argsparse-completion; do
43
43
44
44
45
45
%changelog
46
+ * Tue Sep 5 2017 Dams < bash-argsparse[AT]livna.org> - 1.8-1
47
+ - Version 1.8
48
+
46
49
* Thu Mar 5 2015 Dams < bash-argsparse[AT]livna.org> - 1.7-1
47
50
- Version 1.7
48
51
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
+
1
7
bash-argsparse (1.7) unstable; urgency=low
2
8
3
9
* Version 1.7
You can’t perform that action at this time.
0 commit comments