Skip to content

Commit 37a8670

Browse files
committed
New version 4.6.4
1 parent 4641c78 commit 37a8670

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
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.3"
42+
PROJECT_NUMBER = "4.6.4"
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
@@ -66,7 +66,7 @@
6666

6767
Fault = xmlrpclib.Fault
6868
ctx = None
69-
VERSION = "4.6.3"
69+
VERSION = "4.6.4"
7070

7171

7272
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.3"
1+
VERSION = "4.6.4"
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.3"
93+
VERSION = "4.6.4"
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.3"
32+
VERSION = "4.6.4"
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.3"
49+
VERSION = "4.6.4"
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.3"
46+
VERSION = "4.6.4"
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.3"
37+
VERSION = "4.6.4"
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.3'
3+
VERSION='4.6.4'
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

bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -z $1 ]; then
1616

1717

1818
git diff
19-
# git commit -a -m "pulse: bump version to $1"
19+
# git commit -a -m "pulse: bump version to $1"
2020
#git tag -s pulse_$1 -m "pulse_$1"
2121
#git push
2222
#git push --tags

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.3], [http://www.siveo.net])
25+
AC_INIT(project, [4.6.4], [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

packaging/rpm/rhel/SPECS/pulse2.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
%define use_git 1
2727
%define git SHA
28-
%define real_version 4.6.3
29-
%define mmc_version 4.6.3
28+
%define real_version 4.6.4
29+
%define mmc_version 4.6.4
3030

3131
Summary: Management Console
3232
Name: pulse2

setup.py

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

4444
keywords='pulse2',
4545
name='pulse2',
46-
version='4.6.3',
46+
version='4.6.4',
4747
debian_distro='stretch',
4848
description = 'pulse2',
4949
url='https://www.siveo.net/',

web/modules/admin/infoPackage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
require_once("modules/admin/includes/commons.inc.php");
3434

3535
$mod = new Module("admin");
36-
$mod->setVersion("4.6.3");
36+
$mod->setVersion("4.6.4");
3737
$mod->setRevision('$Rev$');
3838
$mod->setDescription(_T("Configuration", "admin"));
3939
$mod->setAPIVersion("4.1.3");

web/modules/base/infoPackage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* module declaration
3232
*/
3333
$mod = new Module("base");
34-
$mod->setVersion("4.6.3");
34+
$mod->setVersion("4.6.4");
3535
$mod->setRevision('$Rev$');
3636
$mod->setAPIVersion("9:0:5");
3737
$mod->setDescription(_("User, group and computer management"));

web/modules/dashboard/infoPackage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$main = &$base->getSubmod('main');
3232

3333
$mod = new Module("dashboard");
34-
$mod->setVersion("4.6.3");
34+
$mod->setVersion("4.6.4");
3535
$mod->setRevision('');
3636
$mod->setDescription(_T("Dashboard", "dashboard"));
3737
$mod->setAPIVersion("0:0:0");

web/modules/ppolicy/infoPackage.inc.php

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

3232

3333
$mod = new Module("ppolicy");
34-
$mod->setVersion("4.6.3");
34+
$mod->setVersion("4.6.4");
3535
$mod->setRevision('$Rev$');
3636
$mod->setDescription(_T("Password Policy", "ppolicy"));
3737
$mod->setAPIVersion("0:1:0");

web/modules/report/infoPackage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$MMCApp =& MMCApp::getInstance();
2828

2929
$mod = new Module("report");
30-
$mod->setVersion("4.6.3");
30+
$mod->setVersion("4.6.4");
3131
$mod->setRevision('');
3232
$mod->setDescription(_T("Reporting", "report"));
3333
$mod->setAPIVersion("0:0:0");

web/modules/services/infoPackage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$MMCApp =& MMCApp::getInstance();
2828

2929
$mod = new Module("services");
30-
$mod->setVersion("4.6.3");
30+
$mod->setVersion("4.6.4");
3131
$mod->setRevision('');
3232
$mod->setDescription(_T("Services management", "services"));
3333
$mod->setAPIVersion("0:0:0");

0 commit comments

Comments
 (0)