From 7074e7feb78758d2e5b97f7e447b7fa59691fbef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Apr 2012 23:04:17 +0200 Subject: hotfix release --- debian/changelog | 6 ++++++ debian/files | 2 +- docs/loadbars.1 | 2 +- lib/Loadbars/Constants.pm | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index aaa6c56..76907c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +loadbars (0.5.2.1) stable; urgency=low + + * Hotfix release, contains only a corrected version string. + + -- Paul Buetow Sun, 08 Apr 2012 15:23:53 +0200 + loadbars (0.5.2) stable; urgency=low * Initial .deb diff --git a/debian/files b/debian/files index d1d5b07..5e56941 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -loadbars_0.5.2_all.deb utils optional +loadbars_0.5.2.1_all.deb utils optional diff --git a/docs/loadbars.1 b/docs/loadbars.1 index 62ed39a..1c982ab 100644 --- a/docs/loadbars.1 +++ b/docs/loadbars.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LOADBARS 1" -.TH LOADBARS 1 "2012-04-20" "loadbars 0.5.2" "User Commands" +.TH LOADBARS 1 "2012-04-20" "loadbars 0.5.2.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm index af242bd..adffc47 100644 --- a/lib/Loadbars/Constants.pm +++ b/lib/Loadbars/Constants.pm @@ -6,7 +6,7 @@ use warnings; use SDL::Color; use constant { - VERSION => 'loadbars v0.5.2-devel', + VERSION => 'loadbars v0.5.2.1', COPYRIGHT => '2010-2012 (c) Paul Buetow ', CONFFILE => $ENV{HOME} . '/.loadbarsrc', CSSH_CONFFILE => '/etc/clusters', -- cgit v1.2.3