diff options
| author | Paul Buetow <paul@buetow.org> | 2012-04-20 23:04:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-04-20 23:04:17 +0200 |
| commit | 7074e7feb78758d2e5b97f7e447b7fa59691fbef (patch) | |
| tree | 37e00ad5a36f1618243d89964d669f73bd2e4d9e | |
| parent | 46b7f1cfa7ab8da5b09ae765638f68bba20b2e02 (diff) | |
hotfix release0.5.2.1
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/loadbars.1 | 2 | ||||
| -rw-r--r-- | 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 <paul@buetow.org> 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 <loadbars@mx.buetow.org>', CONFFILE => $ENV{HOME} . '/.loadbarsrc', CSSH_CONFFILE => '/etc/clusters', |
