Skip to content

Commit 1f647d3

Browse files
author
Damien Nadé
committed
Version changed to 1.6.1
1 parent c8af255 commit 1f647d3

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bash will fail at interpreting that code.
1313
### Online documentation
1414

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

1818

1919
### Tarballs

argsparse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## @author Damien Nadé <[email protected]>
66
## @brief Bash Argsparse Library
77
## @copyright WTFPLv2
8-
## @version 1.6
8+
## @version 1.6.1
99
#
1010
#########
1111
# License:
@@ -273,7 +273,7 @@ fi
273273
## @var ARGSPARSE_VERSION
274274
## @brief argsparse version number
275275
## @showinitializer
276-
declare -r ARGSPARSE_VERSION=1.6
276+
declare -r ARGSPARSE_VERSION=1.6.1
277277

278278
# Enable required features
279279
shopt -s extglob

bash-argsparse.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: An high level argument parsing library for bash
22
Name: bash-argsparse
3-
Version: 1.6
4-
Release: 4%{?dist}
3+
Version: 1.6.1
4+
Release: 1%{?dist}
55
License: WTFPL
66
URL: https://github.com/Anvil/bash-argsparse
77
Source0: http://argsparse.livna.org/%{name}-%{version}.tar.gz
@@ -43,7 +43,11 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
4343

4444

4545
%changelog
46-
* Thu Oct 9 2014 Dams <anvil[AT]livna.org> - 1.6-4
46+
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
47+
- Version 1.6.1
48+
- Fixed changelog names
49+
50+
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-4
4751
- Update host path in *Requires tags.
4852

4953
* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bash-argsparse (1.6.1) unstable; urgency=low
2+
3+
* Version 1.6.1
4+
5+
-- Damien Nade <[email protected]> Thu, 10 Oct 2014 19:40:00 +0200
6+
17
bash-argsparse (1.6) unstable; urgency=low
28

39
* Version 1.6

0 commit comments

Comments
 (0)