Skip to content

Commit b06245c

Browse files
committed
Bumped version number to 1.6.6
1 parent 717132e commit b06245c

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes in 1.6.5
1+
Changes in 1.6.6
22
========================
33

44
Summary of features:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = 1.6.5
2-
RELEASE = 3
1+
VERSION = 1.6.6
2+
RELEASE = 1
33
DATE = $(shell date)
44
NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
55
PYTHON = /usr/bin/python

adagios.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
%endif
55

66
%define name adagios
7-
%define release 3
7+
%define release 1
88

99
Name: adagios
10-
Version: 1.6.5
10+
Version: 1.6.6
1111
Release: %{release}%{?dist}
1212
Summary: Web Based Nagios Configuration
1313
Group: Applications/Internet

adagios/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import os.path
1919

20-
__version__ = '1.6.5'
20+
__version__ = '1.6.6'
2121

2222
notifications = {}
2323
active_plugins = {}

debian.upstream/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
adagios (1.6.6-1) unstable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Gardar Thorsteinsson <[email protected]> Sun, 05 Jan 2020 21:55:17 +0000
6+
17
adagios (-3) unstable; urgency=low
28

39
* New upstream version

rel-eng/packages/adagios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-3 /
1+
1.6.6-1 /

0 commit comments

Comments
 (0)