summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-06 20:08:57 +0000
committerPaul Buetow <paul@buetow.org>2011-08-06 20:08:57 +0000
commit004db2ff704e4034b41dbbdf97a4eaa5b06349ed (patch)
tree29ef357a37f7ba893af9e4bb88c4ba02bec679c3
parent0ea370cfa512ead9b4e286377e41471419162a79 (diff)
0.2.0.0 -> 0.2.0
-rw-r--r--CHANGELOG2
-rwxr-xr-xloadbars.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7775fd7..8c5abb8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
Sa 6. Aug 22:04:15 CEST 2011
-* Released v0.2.0.0 (new major version)
+* Released v0.2.0 (new major version)
* No interactive CLI shell anymore but instead hotkeys for the
SDL interface (press h and see).
* Bugfixes (E.g. Loadbars does not hang anymore after typing commands)
diff --git a/loadbars.pl b/loadbars.pl
index 8d24866..c8ac5a1 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -51,7 +51,7 @@ use IO::Socket;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.0.0-devel',
+ VERSION => 'loadbars v0.2.0',
COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
BLACK => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0x00),
BLUE => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0xff),