Skip to content

Commit

Permalink
Bumped version number to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Jan 5, 2020
1 parent 717132e commit b06245c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in 1.6.5
Changes in 1.6.6
========================

Summary of features:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = 1.6.5
RELEASE = 3
VERSION = 1.6.6
RELEASE = 1
DATE = $(shell date)
NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
PYTHON = /usr/bin/python
Expand Down
4 changes: 2 additions & 2 deletions adagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
%endif

%define name adagios
%define release 3
%define release 1

Name: adagios
Version: 1.6.5
Version: 1.6.6
Release: %{release}%{?dist}
Summary: Web Based Nagios Configuration
Group: Applications/Internet
Expand Down
2 changes: 1 addition & 1 deletion adagios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import os.path

__version__ = '1.6.5'
__version__ = '1.6.6'

notifications = {}
active_plugins = {}
Expand Down
6 changes: 6 additions & 0 deletions debian.upstream/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
adagios (1.6.6-1) unstable; urgency=low

* New upstream version

-- Gardar Thorsteinsson <[email protected]> Sun, 05 Jan 2020 21:55:17 +0000

adagios (-3) unstable; urgency=low

* New upstream version
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/adagios
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-3 /
1.6.6-1 /

0 comments on commit b06245c

Please sign in to comment.