summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rwxr-xr-xbin/icli4
2 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index c13276b..c5d03a6 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git hEAD
+icli 0.43 - Tue Aug 28 2012
* Add missing documentation for -a / --acknowledge
* Add -m / --match option to select on plugin output
diff --git a/bin/icli b/bin/icli
index cd961fc..9435c1d 100755
--- a/bin/icli
+++ b/bin/icli
@@ -14,7 +14,7 @@ use List::MoreUtils qw(any firstval);
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.42';
+our $VERSION = '0.43';
my ( $cache, $config, $data, $extra );
my $config_file = '/var/cache/icinga/objects.cache';
@@ -926,7 +926,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.42
+version 0.43
=head1 DESCRIPTION