Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Nadé committed Sep 5, 2017
1 parent 1d65510 commit cdc7c56
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "The Bash Argsparse Library"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.7
PROJECT_NUMBER = 1.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ versions of bash will fail at interpreting that code.
### Online documentation

Doxygen documentation is available online
[here](http://argsparse.livna.org/doxygen/1.7/).
[here](http://argsparse.livna.org/doxygen/1.8/).


### Tarballs
Expand Down
2 changes: 1 addition & 1 deletion argsparse-completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## @author Damien Nadé <bash-argsparse@livna.org>
## @brief Bash completion for scripts using argsparse library.
## @copyright WTFPLv2
## @version 1.7
## @version 1.8
#
#########
# License:
Expand Down
4 changes: 2 additions & 2 deletions argsparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## @author Damien Nadé <bash-argsparse@livna.org>
## @brief Bash Argsparse Library
## @copyright WTFPLv2
## @version 1.7
## @version 1.8
#
#########
# License:
Expand Down Expand Up @@ -278,7 +278,7 @@ fi
## @var ARGSPARSE_VERSION
## @brief argsparse version number
## @showinitializer
declare -r ARGSPARSE_VERSION=1.7
declare -r ARGSPARSE_VERSION=1.8

# Enable required features
shopt -s extglob
Expand Down
5 changes: 4 additions & 1 deletion bash-argsparse.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: An high level argument parsing library for bash
Name: bash-argsparse
Version: 1.7
Version: 1.8
Release: 1%{?dist}
License: WTFPL
URL: https://github.com/Anvil/bash-argsparse
Expand Down Expand Up @@ -43,6 +43,9 @@ for file in argsparse argsparse-completion; do


%changelog
* Tue Sep 5 2017 Dams <bash-argsparse[AT]livna.org> - 1.8-1
- Version 1.8

* Thu Mar 5 2015 Dams <bash-argsparse[AT]livna.org> - 1.7-1
- Version 1.7

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bash-argsparse (1.8) unstable; urgency=low

* Version 1.8

-- Damien Nadé <bash-argsparse@livna.org> Tue, 05 Sep 2017 13:57:55 +0200

bash-argsparse (1.7) unstable; urgency=low

* Version 1.7
Expand Down

0 comments on commit cdc7c56

Please sign in to comment.