version bump
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
1116bcc504
commit
b6bff3a551
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Changelog
|
||||||
* Changes are always commented with their author in (braces)
|
* Changes are always commented with their author in (braces)
|
||||||
* Exception: No braces means author == Nico Schottelius
|
* Exception: No braces means author == Nico Schottelius
|
||||||
|
|
||||||
2.0.14:
|
2.0.14: 2012-09-07
|
||||||
* Bugfix Type: __jail: Use correct variable (Jake Guffey)
|
* Bugfix Type: __jail: Use correct variable (Jake Guffey)
|
||||||
* Change Type: __jail: Parameter jailbase now optional (Jake Guffey)
|
* Change Type: __jail: Parameter jailbase now optional (Jake Guffey)
|
||||||
* Bugfix Type: __user: Use passwd database on FreeBSD (Jake Guffey)
|
* Bugfix Type: __user: Use passwd database on FreeBSD (Jake Guffey)
|
||||||
|
|
|
@ -29,7 +29,7 @@ try:
|
||||||
'cd "%s" && git describe' % here,
|
'cd "%s" && git describe' % here,
|
||||||
stderr=devnull, shell=True).decode('utf-8')
|
stderr=devnull, shell=True).decode('utf-8')
|
||||||
except:
|
except:
|
||||||
VERSION = "2.0.13"
|
VERSION = "2.0.14"
|
||||||
|
|
||||||
BANNER = """
|
BANNER = """
|
||||||
.. . .x+=:. s
|
.. . .x+=:. s
|
||||||
|
|
Loading…
Reference in a new issue