Skip to content

Commit 8c875c7

Browse files
committed
Update version to 4.6.5
1 parent 8aaa4e1 commit 8c875c7

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.4"
42+
PROJECT_NUMBER = "4.6.5"
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.4"
123+
VERSION = "4.6.5"
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.4"
1+
VERSION = "4.6.5"
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.4"
93+
VERSION = "4.6.5"
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
@@ -29,7 +29,7 @@
2929
from mmc.plugins.dashboard.panel import GeneralPanel, SpacePanel, ShortcutsPanel, ProcessPanel, \
3030
ComputersOnlinePanel, UpdatePanel, BackupPanel
3131

32-
VERSION = "4.6.4"
32+
VERSION = "4.6.5"
3333
APIVERSION = "0:1:0"
3434
REVISION = ""
3535

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.4"
49+
VERSION = "4.6.5"
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.4"
46+
VERSION = "4.6.5"
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.4"
37+
VERSION = "4.6.5"
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.4'
3+
VERSION='4.6.5'
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.4], [http://www.siveo.net])
25+
AC_INIT(project, [4.6.5], [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)