Skip to content

Commit

Permalink
Update version to 4.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Mar 29, 2021
1 parent feebc17 commit e07bec8
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PROJECT_NAME = "Pulse"
# control system is used.


PROJECT_NUMBER = "4.6.6"
PROJECT_NUMBER = "4.6.7"


# Using the PROJECT_BRIEF tag one can provide an optional one line description
Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def doRollover(self):

Fault = xmlrpclib.Fault
ctx = None
VERSION = "4.6.6"
VERSION = "4.6.7"


class IncludeStartsWithFilter(logging.Filter):
Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "0:0:0"
REVISION = ""

Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

modList= None

VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "9:0:5"
REVISION = scmRevision("$Rev$")

Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
ComputersOnlinePanel, UpdatePanel, BackupPanel, SuccessRatePanel, \
DeploymentsLaunchedPanel, AgentsPanel

VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "0:1:0"
REVISION = ""

Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/ppolicy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

logger = logging.getLogger()

VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "0:1:0"
REVISION = scmRevision("$Rev$")

Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from mmc.plugins.report.database import ReportDatabase
from mmc.plugins.report.output import XLSGenerator, PDFGenerator, SVGGenerator

VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "0:1:0"
REVISION = scmRevision("$Rev$")

Expand Down
2 changes: 1 addition & 1 deletion agent/mmc/plugins/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

logger = logging.getLogger()

VERSION = "4.6.6"
VERSION = "4.6.7"
APIVERSION = "0:1:0"
REVISION = ""

Expand Down
2 changes: 1 addition & 1 deletion build_sdist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION='4.6.6'
VERSION='4.6.7'

rm -f pulse2-*.tar.gz pulse2-*.tar.gz.md5
git clean -fdx && ./autogen.sh && ./configure --sysconfdir=/etc --localstatedir=/var --disable-python-check --disable-conf && make distcheck
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AC_PREREQ(2.59)

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

Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/rhel/SPECS/pulse2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

%define use_git 1
%define git SHA
%define real_version 4.6.6
%define mmc_version 4.6.6
%define real_version 4.6.7
%define mmc_version 4.6.7

Summary: Management Console
Name: pulse2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

keywords='pulse2',
name='pulse2',
version='4.6.6',
version='4.6.7',
debian_distro='stretch',
description = 'pulse2',
url='https://www.siveo.net/',
Expand Down
2 changes: 1 addition & 1 deletion web/modules/admin/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
require_once("modules/pulse2/version.php");

$mod = new Module("admin");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
//$mod->setRevision('');
$mod->setDescription(_T("Admin", "admin"));
$mod->setAPIVersion("1:0:0");
Expand Down
2 changes: 1 addition & 1 deletion web/modules/base/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* module declaration
*/
$mod = new Module("base");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
$mod->setRevision('$Rev$');
$mod->setAPIVersion("9:0:5");
$mod->setDescription(_("User, group and computer management"));
Expand Down
2 changes: 1 addition & 1 deletion web/modules/dashboard/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$main = &$base->getSubmod('main');

$mod = new Module("dashboard");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
$mod->setRevision('');
$mod->setDescription(_T("Dashboard", "dashboard"));
$mod->setAPIVersion("0:0:0");
Expand Down
2 changes: 1 addition & 1 deletion web/modules/ppolicy/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


$mod = new Module("ppolicy");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
$mod->setRevision('$Rev$');
$mod->setDescription(_T("Password Policy", "ppolicy"));
$mod->setAPIVersion("0:1:0");
Expand Down
2 changes: 1 addition & 1 deletion web/modules/report/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$MMCApp =& MMCApp::getInstance();

$mod = new Module("report");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
$mod->setRevision('');
$mod->setDescription(_T("Reporting", "report"));
$mod->setAPIVersion("0:0:0");
Expand Down
2 changes: 1 addition & 1 deletion web/modules/services/infoPackage.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$MMCApp =& MMCApp::getInstance();

$mod = new Module("services");
$mod->setVersion("4.6.6");
$mod->setVersion("4.6.7");
$mod->setRevision('');
$mod->setDescription(_T("Services management", "services"));
$mod->setAPIVersion("0:0:0");
Expand Down

0 comments on commit e07bec8

Please sign in to comment.