Skip to content

Commit

Permalink
Version changed to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Nadé committed Oct 9, 2014
1 parent c8af255 commit 1f647d3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bash will fail at interpreting that code.
### Online documentation

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


### Tarballs
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é <[email protected]>
## @brief Bash Argsparse Library
## @copyright WTFPLv2
## @version 1.6
## @version 1.6.1
#
#########
# License:
Expand Down Expand Up @@ -273,7 +273,7 @@ fi
## @var ARGSPARSE_VERSION
## @brief argsparse version number
## @showinitializer
declare -r ARGSPARSE_VERSION=1.6
declare -r ARGSPARSE_VERSION=1.6.1

# Enable required features
shopt -s extglob
Expand Down
10 changes: 7 additions & 3 deletions bash-argsparse.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: An high level argument parsing library for bash
Name: bash-argsparse
Version: 1.6
Release: 4%{?dist}
Version: 1.6.1
Release: 1%{?dist}
License: WTFPL
URL: https://github.com/Anvil/bash-argsparse
Source0: http://argsparse.livna.org/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -43,7 +43,11 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse


%changelog
* Thu Oct 9 2014 Dams <anvil[AT]livna.org> - 1.6-4
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
- Version 1.6.1
- Fixed changelog names

* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-4
- Update host path in *Requires tags.

* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3
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.6.1) unstable; urgency=low

* Version 1.6.1

-- Damien Nade <[email protected]> Thu, 10 Oct 2014 19:40:00 +0200

bash-argsparse (1.6) unstable; urgency=low

* Version 1.6
Expand Down

0 comments on commit 1f647d3

Please sign in to comment.