mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: fixing current version string to contain the patch index, i.e. ".1" Thanks Fabian Fischer
This commit is contained in:
parent
83109bce14
commit
652b5a77e0
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||
|
||||
================================================================================
|
||||
Fail2Ban (version 0.8.7) 2012/07/31
|
||||
Fail2Ban (version 0.8.7.1) 2012/07/31
|
||||
================================================================================
|
||||
|
||||
ver. 0.8.7.1 (2012/07/31) - stable
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ __author__ = "Cyril Jaquier"
|
|||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2012 Yaroslav Halchenko"
|
||||
__license__ = "GPL"
|
||||
|
||||
version = "0.8.7"
|
||||
version = "0.8.7.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue