Skip to content

Commit cdc7c56

Browse files
author
Damien Nadé
committed
Version 1.8
1 parent 1d65510 commit cdc7c56

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ versions of bash will fail at interpreting that code.
1414
### Online documentation
1515

1616
Doxygen 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

argsparse-completion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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:

argsparse.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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:
@@ -278,7 +278,7 @@ fi
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
284284
shopt -s extglob

bash-argsparse.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: An high level argument parsing library for bash
22
Name: bash-argsparse
3-
Version: 1.7
3+
Version: 1.8
44
Release: 1%{?dist}
55
License: WTFPL
66
URL: 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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
bash-argsparse (1.7) unstable; urgency=low
28

39
* Version 1.7

0 commit comments

Comments
 (0)