Skip to content

Commit

Permalink
Bump version to 2.0_rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Jul 21, 2016
1 parent fa23164 commit 2894fac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check_pgactivity
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setlocale( LC_ALL, 'C' );

$| = 1;

$VERSION = '2.0_rc2';
$VERSION = '2.0_rc3';
$PROGRAM = 'check_pgactivity';

my $PG_VERSION_MIN = 70400;
Expand Down
7 changes: 5 additions & 2 deletions check_pgactivity.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global _tag REL2_0_RC2
%global _tag REL2_0_RC3

Name: nagios-plugins-pgactivity
Version: 2.0~rc2
Version: 2.0~rc3
Release: 1
Summary: PostgreSQL monitoring plugin for Nagios
License: PostgreSQL
Expand Down Expand Up @@ -32,6 +32,9 @@ install -D -p -m 0755 check_pgactivity %{buildroot}/%{_libdir}/nagios/plugins/ch
%doc README.rst LICENSE

%changelog
* Mon Jul 21 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc3-1
- update to release 2.0~rc3

* Mon Jul 04 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc2-1
- update to release 2.0~rc2

Expand Down

0 comments on commit 2894fac

Please sign in to comment.