Skip to content

Commit e07bec8

Browse files
committed
Update version to 4.6.7
1 parent feebc17 commit e07bec8

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PROJECT_NAME = "Pulse"
3939
# control system is used.
4040

4141

42-
PROJECT_NUMBER = "4.6.6"
42+
PROJECT_NUMBER = "4.6.7"
4343

4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description

agent/mmc/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def doRollover(self):
120120

121121
Fault = xmlrpclib.Fault
122122
ctx = None
123-
VERSION = "4.6.6"
123+
VERSION = "4.6.7"
124124

125125

126126
class IncludeStartsWithFilter(logging.Filter):

agent/mmc/plugins/admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "4.6.6"
1+
VERSION = "4.6.7"
22
APIVERSION = "0:0:0"
33
REVISION = ""
44

agent/mmc/plugins/base/__init__.py

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

9191
modList= None
9292

93-
VERSION = "4.6.6"
93+
VERSION = "4.6.7"
9494
APIVERSION = "9:0:5"
9595
REVISION = scmRevision("$Rev$")
9696

agent/mmc/plugins/dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
ComputersOnlinePanel, UpdatePanel, BackupPanel, SuccessRatePanel, \
3131
DeploymentsLaunchedPanel, AgentsPanel
3232

33-
VERSION = "4.6.6"
33+
VERSION = "4.6.7"
3434
APIVERSION = "0:1:0"
3535
REVISION = ""
3636

agent/mmc/plugins/ppolicy/__init__.py

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

4747
logger = logging.getLogger()
4848

49-
VERSION = "4.6.6"
49+
VERSION = "4.6.7"
5050
APIVERSION = "0:1:0"
5151
REVISION = scmRevision("$Rev$")
5252

agent/mmc/plugins/report/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from mmc.plugins.report.database import ReportDatabase
4444
from mmc.plugins.report.output import XLSGenerator, PDFGenerator, SVGGenerator
4545

46-
VERSION = "4.6.6"
46+
VERSION = "4.6.7"
4747
APIVERSION = "0:1:0"
4848
REVISION = scmRevision("$Rev$")
4949

agent/mmc/plugins/services/__init__.py

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

3535
logger = logging.getLogger()
3636

37-
VERSION = "4.6.6"
37+
VERSION = "4.6.7"
3838
APIVERSION = "0:1:0"
3939
REVISION = ""
4040

build_sdist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION='4.6.6'
3+
VERSION='4.6.7'
44

55
rm -f pulse2-*.tar.gz pulse2-*.tar.gz.md5
66
git clean -fdx && ./autogen.sh && ./configure --sysconfdir=/etc --localstatedir=/var --disable-python-check --disable-conf && make distcheck

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AC_PREREQ(2.59)
2222

2323
dnl autoconf initialization
2424
define([project], [pulse2])
25-
AC_INIT(project, [4.6.6], [http://www.siveo.net])
25+
AC_INIT(project, [4.6.7], [http://www.siveo.net])
2626
define([gitversion], esyscmd([sh -c "which git > /dev/null && git describe 2> /dev/null | sed -e 's/]project[-\([^-]\+\)//' | tr -d '\n' || true"]))dnl
2727
AC_DEFINE(GITVERSION, "gitversion", [Git version])
2828

0 commit comments

Comments
 (0)